You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add service.name resource attribute to the collector's own telemetry
Resolvesopen-telemetry#6136
- The default service.name is set to "io.opentelemetry.collector". I think this
is a good choice since it is unambiguous and is still short enough to be readable.
This also coincides with OpAMP recommendations: https://github.com/open-telemetry/opamp-spec/blob/main/specification.md#agentdescriptionidentifying_attributes
- I made the service.name a setting in BuildInfo which can be overridden when building the
Collector. Other distros may choose a different service.name.
- The service.name can be also overridden by the end user via telemetry config setting.
0 commit comments