Skip to content

Instantly share code, notes, and snippets.

@zmccoy
Last active July 17, 2024 18:18
Show Gist options
  • Save zmccoy/81fad723b61c8997742e718936d5c305 to your computer and use it in GitHub Desktop.
Save zmccoy/81fad723b61c8997742e718936d5c305 to your computer and use it in GitHub Desktop.
Drop span events Otel-Collector Processor
processors:
# https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/processor/filterprocessor/README.md
filter/drop_span_events:
error_mode: ignore
traces:
#Drop all span events
spanevent:
- 'true'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment