Skip to content

Commit 364e1a1

Browse files
committed
Explain what LGTM abbreviation means in the guide
1 parent d0768d3 commit 364e1a1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/src/main/asciidoc/observability-devservices-lgtm.adoc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,13 @@ include::_attributes.adoc[]
1010
:topics: observability,grafana,lgtm,otlp,opentelemetry,devservices,micrometer
1111
:extensions: io.quarkus:quarkus-observability-devservices
1212

13-
This Dev Service provides the https://github.com/grafana/docker-otel-lgtm[Grafana OTel-LGTM], an `all-in-one` Docker image containing an https://opentelemetry.io/docs/collector[OpenTelemetry Collector] receiving and then forwarding telemetry data to https://prometheus.io/[Prometheus] (metrics), https://github.com/grafana/tempo[Tempo] (traces) and https://github.com/grafana/loki[Loki] (logs).
14-
This data can then be visualized by https://github.com/grafana/grafana[Grafana].
13+
This Dev Service provides the https://github.com/grafana/docker-otel-lgtm[Grafana OTel-LGTM], an `all-in-one` Docker image containing an https://opentelemetry.io/docs/collector[OpenTelemetry Collector] receiving and then forwarding telemetry data to Prometheus (metrics), Tempo (traces) and Loki (logs).
14+
This data can then be visualized by https://github.com/grafana/grafana[Grafana]. The LGTM abbreviation stands for:
15+
16+
- L -> https://github.com/grafana/loki[Loki] (logs)
17+
- G -> https://github.com/grafana/grafana[Grafana] (metrics visualization)
18+
- T -> https://github.com/grafana/tempo[Tempo] (traces)
19+
- M -> https://grafana.com/oss/mimir[Mimir] (long term storage for Prometheus)
1520
1621
== Configuring your project
1722

0 commit comments

Comments
 (0)