open-telemetry/opentelemetry-dotnet
Vedi su GitHubSupport for dropped attributes, events, links count - non-otlp exporters
Open
#4160 aperta il 7 feb 2023
enhancementhelp wantedkeep-open
Metriche repository
- Star
- (3725 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
Feature Request
Support for otel.dropped_attributes_count, otel.dropped_events_count, otel.dropped_links_count
for non-otlp protocol based on https://github.com/open-telemetry/opentelemetry-specification/blob/dd47c009da1de335c540decc5d5930e46ea61916/specification/common/mapping-to-non-otlp.md?plain=1#L69-L95
For OTLP it was introduced in scope of https://github.com/open-telemetry/opentelemetry-dotnet/pull/3580
Additional Context
Found while working on https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/issues/2009