Skip to content

[Prototype] propagation: add EnvCarrier#6778

Closed
pellared wants to merge 6 commits intoopen-telemetry:mainfrom
pellared:envcarrier-prototype
Closed

[Prototype] propagation: add EnvCarrier#6778
pellared wants to merge 6 commits intoopen-telemetry:mainfrom
pellared:envcarrier-prototype

Conversation

@pellared
Copy link
Copy Markdown
Member

@pellared pellared commented May 15, 2025

@pellared pellared added the Skip Changelog PRs that do not require a CHANGELOG.md entry label May 15, 2025
@pellared
Copy link
Copy Markdown
Member Author

CC @adrielp

Comment thread propagation/env.go
Comment thread propagation/env.go Outdated
Comment thread propagation/env.go
if len(kvPair) < 1 {
continue
}
keys = append(keys, kvPair[0])
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe

Suggested change
keys = append(keys, kvPair[0])
keys = append(keys, strings.ToLower(kvPair[0]))

github-merge-queue bot pushed a commit to open-telemetry/opentelemetry-specification that referenced this pull request Jul 8, 2025
## Changes

Adds supplementary guidance around the behaviors the SDKs should look to
implement.

* [x] Related issues
[#4470](#4470)
& #4484
* [x] Related [OTEP
0258](https://github.com/open-telemetry/opentelemetry-specification/blob/main/oteps/0258-env-context-baggage-carriers.md)
* [x] Links to the prototypes (when adding or changing features)
  - [Go](open-telemetry/opentelemetry-go#6778)
-
[Python](open-telemetry/opentelemetry-python#4609)
* [x]
[`CHANGELOG.md`](https://github.com/open-telemetry/opentelemetry-specification/blob/main/CHANGELOG.md)
file updated for non-trivial changes

---------

Co-authored-by: Robert Pająk <pellared@hotmail.com>
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
Co-authored-by: Reiley Yang <reyang@microsoft.com>
@pellared
Copy link
Copy Markdown
Member Author

Closing as this prototype is no longer needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Skip Changelog PRs that do not require a CHANGELOG.md entry

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant