Open
Description
Is your feature request related to a problem? Please describe.
My distributed tracing vendor quota is consumed by span events attached to my spans (e.g. for both the span, and each event as an "event" - we have X events per month).
Describe the solution you'd like
I would like to suppress the span events in the gRPC instrumentation. I might also like to suppress all auto-instrumented span events globally or enable them on a case-by-case basis.
Describe alternatives you've considered
- Dropping span events with experimental/closed PR Span event filter opentelemetry-collector-contrib#5716
- Testing experimental transform processor described here New component: Span Event Filter Processor opentelemetry-collector-contrib#7151 (comment) gregoryfranklin/opentelemetry-collector-contrib@cc4adfb
- Disabling gRPC instrumentation