Export Instrumentation Scope attributes for a Meter (requires DiagnosticSource v8) #4563
Labels
needs-runtime-change
Issues which likely require changes from dotnet runtime - typically DiagnosticSource package
pkg:OpenTelemetry.Exporter.OpenTelemetryProtocol
Issues related to OpenTelemetry.Exporter.OpenTelemetryProtocol NuGet package
pkg:OpenTelemetry.Exporter.Prometheus.AspNetCore
Issues related to OpenTelemetry.Exporter.Prometheus.AspNetCore NuGet package
Milestone
System.Diagnostics.DiagnosticSource v8.0 is introducing the ability to instantiate a
Meter
with tagsThis satisfies the requirement from the spec to provide instrumentation scope attributes. See:
https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/api.md#get-a-meter.
Once we bump our dependency to DiagnosticSource v8.0 we will need to update exporters to export these tags.
The text was updated successfully, but these errors were encountered: