Skip to content

Commit

Permalink
Fix note references in protocol/exporter.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared authored Oct 12, 2023
1 parent 3a1dde9 commit 8d1bb7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specification/protocol/exporter.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 8d1bb7f

Please sign in to comment.