Add instrumentation library info as semantic convention attributes #746
Labels
area:sdk
Related to the SDK
area:semantic-conventions
Related to semantic conventions
priority:p3
Lowest priority level
release:required-for-ga
Must be resolved before GA release, or nice to have before GA
spec:trace
Related to the specification/trace directory
TracerProvider.getTracer
API defines 2 parameters: instrumentation library name and version. This information is later available as part of OTLP. But at the moment it is not available in any other protocols. Thus any clients/backends who still use Zipkin/Jaeger protocol don't have access to this information.I propose to add new optional attributes
telemetry.instrumentation.name
andtelemetry.instrumentation.version
to hold instrumentation library information.The text was updated successfully, but these errors were encountered: