jbogard / MongoDB.Driver.Core.Extensions.DiagnosticSources

Apache License 2.0
46 stars 18 forks source link

Replace otel.status_code and otel.status_description by Activity.Status #28

Closed Kielek closed 5 months ago

Kielek commented 6 months ago

There is a recommendation to avoid setting Status.Ok. It should stay as Unset

Ref: https://github.com/open-telemetry/opentelemetry-dotnet/issues/2569