From c4bec0d2eb307c11c3148d0419b2e7d7106308bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Paj=C4=85k?= Date: Fri, 13 Oct 2023 18:57:19 +0200 Subject: [PATCH] Fix note references in protocol/exporter.md (#3718) Bad references spotted during reading. --- specification/protocol/exporter.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/protocol/exporter.md b/specification/protocol/exporter.md index 495f86727af..b289d9c82fe 100644 --- a/specification/protocol/exporter.md +++ b/specification/protocol/exporter.md @@ -41,7 +41,7 @@ The following configuration options MUST be available to configure the OTLP expo - Env vars: `OTEL_EXPORTER_OTLP_HEADERS` `OTEL_EXPORTER_OTLP_TRACES_HEADERS` `OTEL_EXPORTER_OTLP_METRICS_HEADERS` `OTEL_EXPORTER_OTLP_LOGS_HEADERS` - **Compression**: Compression key for supported compression types. Supported compression: `gzip`. - - Default: No value [2] + - Default: No value [3] - Env vars: `OTEL_EXPORTER_OTLP_COMPRESSION` `OTEL_EXPORTER_OTLP_TRACES_COMPRESSION` `OTEL_EXPORTER_OTLP_METRICS_COMPRESSION` `OTEL_EXPORTER_OTLP_LOGS_COMPRESSION` - **Timeout**: Maximum time the OTLP exporter will wait for each batch export. @@ -50,7 +50,7 @@ The following configuration options MUST be available to configure the OTLP expo - **Protocol**: The transport protocol. Options MUST be one of: `grpc`, `http/protobuf`, `http/json`. See [Specify Protocol](./exporter.md#specify-protocol) for more details. - - Default: `http/protobuf` [3] + - Default: `http/protobuf` - Env vars: `OTEL_EXPORTER_OTLP_PROTOCOL` `OTEL_EXPORTER_OTLP_TRACES_PROTOCOL` `OTEL_EXPORTER_OTLP_METRICS_PROTOCOL` `OTEL_EXPORTER_OTLP_LOGS_PROTOCOL` **[1]**: SDKs SHOULD default endpoint variables to use `http` scheme unless they have good reasons to choose