Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement ExtendedTextMapGetter in instrumentations #12868

Open
jamesmoessis opened this issue Dec 10, 2024 · 0 comments
Open

Implement ExtendedTextMapGetter in instrumentations #12868

jamesmoessis opened this issue Dec 10, 2024 · 0 comments
Labels
contribution welcome Request makes sense, maintainers probably won't have time, contribution would be welcome enhancement New feature or request

Comments

@jamesmoessis
Copy link
Contributor

jamesmoessis commented Dec 10, 2024

Is your feature request related to a problem? Please describe.

Spec has recently changed to specify extraction of multiple values for a given key: open-telemetry/opentelemetry-specification#4295

The Java SDK has added ExtendedTextMapGetter to handle this: open-telemetry/opentelemetry-java#6852 (when stabilised this extension may become a default method on TextMapGetter which should be then implemented by instrumentations).

Describe the solution you'd like

For instrumentations that have carriers that support multiple values for a single key (most HTTP implementations) this should be a relatively straightforward change.

It does not necessarily need to be supported by all instrumentations.

@jamesmoessis jamesmoessis added enhancement New feature or request needs triage New issue that requires triage labels Dec 10, 2024
@trask trask added contribution welcome Request makes sense, maintainers probably won't have time, contribution would be welcome and removed needs triage New issue that requires triage labels Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution welcome Request makes sense, maintainers probably won't have time, contribution would be welcome enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants