[spec] add environment variables as context propagators specification#4454
Merged
reyang merged 14 commits intoopen-telemetry:mainfrom Apr 1, 2025
Merged
[spec] add environment variables as context propagators specification#4454reyang merged 14 commits intoopen-telemetry:mainfrom
reyang merged 14 commits intoopen-telemetry:mainfrom
Conversation
kamphaus
reviewed
Mar 22, 2025
Co-authored-by: Christophe Kamphaus <christophe.kamphaus@gmail.com>
reyang
reviewed
Mar 25, 2025
reyang
reviewed
Mar 25, 2025
reyang
reviewed
Mar 25, 2025
reyang
reviewed
Mar 25, 2025
reyang
reviewed
Mar 25, 2025
kamphaus
reviewed
Mar 25, 2025
Co-authored-by: Reiley Yang <reyang@microsoft.com> Co-authored-by: Christophe Kamphaus <christophe.kamphaus@gmail.com>
reyang
reviewed
Mar 26, 2025
reyang
approved these changes
Mar 26, 2025
Member
reyang
left a comment
There was a problem hiding this comment.
LGTM, I have a comment https://github.com/open-telemetry/opentelemetry-specification/pull/4454/files#r2015053822 which can be covered in a follow up PR.
kamphaus
approved these changes
Mar 27, 2025
carlosalberto
approved these changes
Mar 28, 2025
jsuereth
approved these changes
Apr 1, 2025
This was referenced Apr 2, 2025
Merged
Merged
carlosalberto
added a commit
that referenced
this pull request
Apr 15, 2025
### Context - Add context propagation through Environment Variables specification. ([#4454](#4454)) - On Propagators API, stabilize `GetAll` on the `TextMap` Extract. ([#4472](#4472)) ### Traces - Define sampling threshold field in OpenTelemetry TraceState; define the behavior of TraceIdRatioBased sampler in terms of W3C Trace Context Level 2 randomness. ([#4166](#4166)) ### Metrics - Clarify SDK behavior for Instrument Advisory Parameter. ([#4389](#4389)) ### Logs - Add `Enabled` opt-in operation to the `LogRecordProcessor`. ([#4439](#4439)) - Stabilize `Logger.Enabled`. ([#4463](#4463)) - Stabilize `EventName`. ([#4475](#4475)) ### Baggage - Add context (baggage) propagation through Environment Variables specification. ([#4454](#4454)) ### Resource - Add Datamodel for Entities. ([#4442](#4442)) ### SDK Configuration - Convert declarative config env var substitution syntax to ABNF. ([#4448](#4448)) - List declarative config supported SDK extension plugin interfaces. ([#4452](#4452)) --------- Co-authored-by: Armin Ruech <7052238+arminru@users.noreply.github.com>
zerok
added a commit
to grafana/tanka
that referenced
this pull request
Aug 28, 2025
With this it should be possible to keep track of performance issues also when called from wrapper tools. This tries to adhere to the environment specification laid out in open-telemetry/opentelemetry-specification#4454
github-merge-queue bot
pushed a commit
to grafana/tanka
that referenced
this pull request
Aug 29, 2025
* feat: Add OpenTelemetry tracing support With this it should be possible to keep track of performance issues also when called from wrapper tools. This tries to adhere to the environment specification laid out in open-telemetry/opentelemetry-specification#4454 * Add spans to core paths * Add docs * Remove too noisy span on jsonnet.Evaluate * Remove spans on the loader level to reduce noise * Reduce noise further * Improve consistency
This was referenced Sep 16, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #4323 #740
Changes
Add the specification for context and baggage propagation using environment variables as context propagators.
CHANGELOG.mdfile updated for non-trivial changes