Description
Suggested improvements for page: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/exporter.md
The "Specifying headers via environment variables" section mentions semi-colon delimited values:
The OTEL_EXPORTER_OTLP_HEADERS, OTEL_EXPORTER_OTLP_TRACES_HEADERS, OTEL_EXPORTER_OTLP_METRICS_HEADERS, OTEL_EXPORTER_OTLP_LOGS_HEADERS environment variables will contain a list of key value pairs, and these are expected to be represented in a format matching to the W3C Baggage, except that additional semi-colon delimited metadata is not supported, i.e.:
key1=value1,key2=value2
. All attribute values MUST be considered strings.
but the i.e., example is comma-delimited. So is that an example of what to do or what not to do? (that is the question).
Edited by @svrnm to change the URL from opentelemetry.io to the source file in the repo
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Status