From cd07003a70ea7a3073d142394042e167cca9a8b3 Mon Sep 17 00:00:00 2001 From: Adit Sheth Date: Sat, 2 Aug 2025 16:57:03 -0700 Subject: [PATCH] Fixed typo for Json. --- docs/core/diagnostics/observability-otlp-example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/diagnostics/observability-otlp-example.md b/docs/core/diagnostics/observability-otlp-example.md index cf717f046cd96..da49d7df305d2 100644 --- a/docs/core/diagnostics/observability-otlp-example.md +++ b/docs/core/diagnostics/observability-otlp-example.md @@ -75,7 +75,7 @@ It then registers the OTLP exporter using env vars for its configuration. The OTLP exporter can be configured via APIs in code, but its more common to configure it via environment variables. Add the following to _AppSettings.Development.json_ -``` josn +``` json "OTEL_EXPORTER_OTLP_ENDPOINT": "http://localhost:4317", "OTEL_SERVICE_NAME": "OTLP-Example" ```