Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ release.

### Context

- Clarify that environment variable carrier implementations SHOULD be maintained
and distributed as part of Core OpenTelemetry repositories.
Comment thread
pellared marked this conversation as resolved.

### Traces

### Metrics
Expand Down
3 changes: 3 additions & 0 deletions specification/context/env-carriers.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ When using environment variables as carriers:
- validating and parsing values
- applying any truncation or other format-specific behaviors

Environment variable carrier implementation SHOULD be maintained and distributed
as part of the Core OpenTelemetry repository.
Comment thread
pellared marked this conversation as resolved.
Outdated
Comment thread
pellared marked this conversation as resolved.
Outdated

### Key Name Normalization

Environment variable names used for context propagation:
Expand Down
Loading