open-telemetry / opentelemetry-dotnet

The OpenTelemetry .NET Client
https://opentelemetry.io
Apache License 2.0
3.08k stars 734 forks source link

Support .NET 9 ActivitySource Tags #5701

Open CodeBlanch opened 2 weeks ago

CodeBlanch commented 2 weeks ago

.NET 9 is adding support for setting static tags on an ActivitySource: https://github.com/dotnet/runtime/issues/93795

This issue is for tracking support for sending those as instrumentation scope tags when exported via Otlp, Console, & Zipkin (need to figure out if there is a good spot for them).

Kielek commented 2 weeks ago

@CodeBlanch, whats about other exporters? It wil lbe great to cover at least Console (and zipkin if possible). Should I create separate issue for this or we can track everything here?

CodeBlanch commented 1 week ago

@Kielek I updated the description. But feel free to create individual issues if you want. This was more for just tracking things being added in .NET 9 we need to look at.