open-telemetry/opentelemetry-dotnet
GitHub で見るSupport for dropped attributes, events, links count - non-otlp exporters
Open
#4,160 opened on 2023年2月7日
enhancementhelp wantedkeep-open
Repository metrics
- Stars
- (3,725 stars)
- PR merge metrics
- (PR metrics pending)
説明
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