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

otel.Version() is used in across modules #3946

Closed
pellared opened this issue Mar 29, 2023 · 3 comments
Closed

otel.Version() is used in across modules #3946

pellared opened this issue Mar 29, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@pellared
Copy link
Member

The usage of otel.Version() in other modules then the API can cause reporting improper version of other components.

For instance, if one use the 1.2.0 version of the API, but 1.0.0 of the SDK, the version in the resources would be reported as 1.2.0 (instead of 1.0.0).

This is "kind of" related to #3846

@pellared pellared added the bug Something isn't working label Mar 29, 2023
@MrAlias
Copy link
Contributor

MrAlias commented Mar 29, 2023

semconv.TelemetrySDKVersion(otel.Version()),

@pellared
Copy link
Member Author

return "OTel OTLP Exporter Go/" + otel.Version()

@remychantenay
Copy link
Contributor

I believe we can close this issue, WDYT @pellared ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants