Export Resource
attributes from the zipkin exporter
#2588
Labels
enhancement
New feature or request
Milestone
Problem Statement
Currently, the zipkin exporter only exports the
semconv.ServiceName
key-value in theResource
attributes.https://github.com/open-telemetry/opentelemetry-go/blob/main/exporters/zipkin/model.go#L82
Other attributes in the
Resource
will be ignored (e.g.semconv.ServiceVersion
).Proposed Solution
I think it is better to export all attributes in
Resource
asTags
field.https://github.com/open-telemetry/opentelemetry-go/blob/main/exporters/zipkin/model.go#L178
The text was updated successfully, but these errors were encountered: