Last active
July 17, 2024 18:18
-
-
Save zmccoy/81fad723b61c8997742e718936d5c305 to your computer and use it in GitHub Desktop.
Drop span events Otel-Collector Processor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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