From cc1f3c84a25ca3970edf5ad5a7e9946815749210 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20St=C3=A4ber?= Date: Thu, 4 Apr 2024 16:55:49 +0200 Subject: [PATCH] Add link to Blog post MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Stäber --- README.md | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 3fd56c1..a7d461f 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,14 @@ # docker-otel-lgtm -[grafana/otel-lgtm](https://hub.docker.com/r/grafana/otel-lgtm) bundles Grafana's open source stack for OpenTelemetry monitoring in a single Docker image. +An OpenTelemetry backend in a Docker image. -![alt](img/overview.png) +![Components included in the Docker image: OpenTelemetry collector, Prometheus, Tempo, Loki, Grafana](img/overview.png) -## Intended Usage +The `grafana/otel-lgtm` Docker image is an open source backend for OpenTelemetry that’s intended for development, demo, and testing environments. If you are looking for a production-ready, out-of-the box solution to monitor applications and minimize MTTR (mean time to resolution) with OpenTelemetry and Prometheus, you should try [Grafana Cloud Application Observability](https://grafana.com/products/cloud/application-observability/). -The intended usage is: +## Documentation -* Quick way to try OSS Grafana with OpenTelemetry. -* Demos, presentations. -* Integration tests for OpenTelemetry instrumentation: Run automated queries against the databases to check if expected metrics/traces/logs are present. - -The Docker image is not intended for production monitoring. - -> ![](https://grafana.com/static/img/menu/application-observability.svg) If you are looking for an production-ready out-of-the box solution to monitor applications and minimize MTTR (mean time to resolution) with OpenTelemetry and Prometheus try [Grafana Cloud Application Observability](https://grafana.com/products/cloud/application-observability/). +* Blog post: [An OpenTelemetry backend in a Docker image: Introducing grafana/otel-lgtm](https://grafana.com/blog/2024/03/13/an-opentelemetry-backend-in-a-docker-image-introducing-grafana/otel-lgtm/) ## Get the Docker image @@ -74,5 +68,4 @@ Each example uses a different application port (to be able to run all applicatio |---------|---------------------------------------| | Java | `curl http://localhost:8080/rolldice` | | Go | `curl http://localhost:8081/rolldice` | -| Python | `curl http://localhost:8082/rolldice` | - +| Python | `curl http://localhost:8082/rolldice` | \ No newline at end of file