open-telemetry/opentelemetry-dotnet
Auf GitHub ansehenSupport for dropped attributes, events, links count - non-otlp exporters
Open
#4.160 geöffnet am 7. Feb. 2023
enhancementhelp wantedkeep-open
Repository-Metriken
- Stars
- (3.725 Stars)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
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