Convert declarative config env var subtitution syntax to ABNF#4448
Merged
jack-berg merged 5 commits intoopen-telemetry:mainfrom Mar 21, 2025
Merged
Convert declarative config env var subtitution syntax to ABNF#4448jack-berg merged 5 commits intoopen-telemetry:mainfrom
jack-berg merged 5 commits intoopen-telemetry:mainfrom
Conversation
…y-specification into env-var-substitution-abnf
jack-berg
commented
Mar 12, 2025
jack-berg
commented
Mar 12, 2025
|
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
MrAlias
approved these changes
Mar 20, 2025
reyang
approved these changes
Mar 20, 2025
Member
reyang
left a comment
There was a problem hiding this comment.
LGTM assuming a changelog entry will be added.
…y-specification into env-var-substitution-abnf
marcalff
reviewed
Mar 20, 2025
marcalff
approved these changes
Mar 20, 2025
Member
marcalff
left a comment
There was a problem hiding this comment.
LGTM
See comments for a typo.
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>
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 #4027.
@open-telemetry/configuration-maintainers please take a look!