From 5d26b8a55100d5bd377f67fa448a4d09223741f6 Mon Sep 17 00:00:00 2001 From: "shalk(xiao kun)" Date: Wed, 21 Aug 2024 16:59:20 +0800 Subject: [PATCH] Update otlp-exporter.md (#5063) Co-authored-by: Phillip Carter Co-authored-by: Tiffany Hrabusa <30397949+tiffany76@users.noreply.github.com> --- .../en/docs/languages/sdk-configuration/otlp-exporter.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/content/en/docs/languages/sdk-configuration/otlp-exporter.md b/content/en/docs/languages/sdk-configuration/otlp-exporter.md index 59186703feff..5504ef7427e3 100644 --- a/content/en/docs/languages/sdk-configuration/otlp-exporter.md +++ b/content/en/docs/languages/sdk-configuration/otlp-exporter.md @@ -162,9 +162,12 @@ The timeout value for all outgoing logs in milliseconds. **Example:** `export OTEL_EXPORTER_OTLP_LOGS_TIMEOUT=500` -### `OTEL_EXPORTER_OTLP_PROTOCOL` +## Protocol configuration + +The following environment variables configure the OTLP transport protocol +an OTLP exporter uses. -## Protocol Configuration +### `OTEL_EXPORTER_OTLP_PROTOCOL` Specifies the OTLP transport protocol to be used for all telemetry data.