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
This may be broader than just service names, since arbitrary resources need to be supported by all exporters. This is easy for OTLP, but confusing for Jaeger and Zipkin, which may or may not have equivalent concepts (I admit ignorance on this one).
In addition to not supporting arbitrary resources, these formats may have native concepts which map to specific resources. service.name is mentioned here, but there may be more. If a user sets one of these special resources, we want to map it to the equivalent concept in zipkin or jaeger. For arbitrary resources, we want a standard transformation (for example, turning resources into span attributes).
Since this relates to data protocols, it is a cross-language issue and should be defined in the spec.
From #424 (comment):
The current way to set service.name is a little disjointed:
For OTLP exporter:
For Jaeger exporter:
For Zipkin exporter:
This may also require discussion/changes in opentelemetry-java.
The text was updated successfully, but these errors were encountered: