We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
When initializing TracerProvider the BuildInfo.Version is used as a service name.
BuildInfo.Version
opentelemetry-collector/service/telemetry/tracer.go
Line 31 in 43ed618
What did you expect to see? Assuming that BuildInfo is the right thing to use in the first place, the reasonable mapping would be
BuildInfo
Command
service.name
Version
service.version
opentelemetry-collector/component/build_info.go
Lines 22 to 24 in 43ed618
What version did you use? Version: v0.105.0
v0.105.0
The text was updated successfully, but these errors were encountered:
The proposed change makes sense to me
Sorry, something went wrong.
eae7b9c
Successfully merging a pull request may close this issue.
Describe the bug
When initializing TracerProvider the
BuildInfo.Version
is used as a service name.opentelemetry-collector/service/telemetry/tracer.go
Line 31 in 43ed618
What did you expect to see?
Assuming that
BuildInfo
is the right thing to use in the first place, the reasonable mapping would beCommand
->service.name
Version
->service.version
opentelemetry-collector/component/build_info.go
Lines 22 to 24 in 43ed618
What version did you use?
Version:
v0.105.0
The text was updated successfully, but these errors were encountered: