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

OTLP exporters should emit standard user agent string #3258

Closed
codeboten opened this issue Oct 4, 2022 · 1 comment
Closed

OTLP exporters should emit standard user agent string #3258

codeboten opened this issue Oct 4, 2022 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@codeboten
Copy link
Contributor

As per the following change in the specification (1.14 releasing Oct 4):

OpenTelemetry protocol exporters SHOULD emit a User-Agent header to at a minimum identify the exporter, the language of its implementation, and the version of the exporter. For example, the Python OTLP exporter version 1.2.3 would report the following:
OTel OTLP Exporter Python/1.2.3

See https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/exporter.md#user-agent

@codeboten codeboten added the enhancement New feature or request label Oct 4, 2022
@MrAlias MrAlias added the help wanted Extra attention is needed label Oct 4, 2022
@MrAlias MrAlias added this to the Release v1.11.0 milestone Oct 4, 2022
@dmathieu dmathieu added the good first issue Good for newcomers label Oct 5, 2022
@dmathieu
Copy link
Member

Fixed in #3261.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants