From 55abfd7858de53d918c0963cc08d5db4b1f33e7a Mon Sep 17 00:00:00 2001 From: Martin Lehmann Date: Fri, 6 Sep 2024 14:35:35 +0200 Subject: [PATCH] Docs: fix a typo on the Configure Grafana page (oentelemetry -> opentelemetry) (#93021) chore(docs): fix a typo on the Configure Grafana page (oentelemetry -> opentelemetry) --- docs/sources/setup-grafana/configure-grafana/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/setup-grafana/configure-grafana/_index.md b/docs/sources/setup-grafana/configure-grafana/_index.md index f6ad8b08e08..88106a20c68 100644 --- a/docs/sources/setup-grafana/configure-grafana/_index.md +++ b/docs/sources/setup-grafana/configure-grafana/_index.md @@ -1341,7 +1341,7 @@ Either "OpportunisticStartTLS", "MandatoryStartTLS", "NoStartTLS". Default is `e ### enable_tracing -Enable trace propagation in e-mail headers, using the `traceparent`, `tracestate` and (optionally) `baggage` fields. Default is `false`. To enable, you must first configure tracing in one of the `tracing.oentelemetry.*` sections. +Enable trace propagation in e-mail headers, using the `traceparent`, `tracestate` and (optionally) `baggage` fields. Default is `false`. To enable, you must first configure tracing in one of the `tracing.opentelemetry.*` sections.