-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
Describe the bug
When initializing TracerProvider the BuildInfo.Version is used as a service name.
| string(semconv.ServiceNameKey): set.BuildInfo.Version, |
What did you expect to see?
Assuming that BuildInfo is the right thing to use in the first place, the reasonable mapping would be
Command->service.nameVersion->service.version
opentelemetry-collector/component/build_info.go
Lines 22 to 24 in 43ed618
| Command: "otelcol", | |
| Description: "OpenTelemetry Collector", | |
| Version: "latest", |
What version did you use?
Version: v0.105.0
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working