Filter Health checks #15067
mmaragkaki
started this conversation in
General
Replies: 1 comment
|
small thing first, you have a typo in the processor name also the recommended modern syntax uses error_mode for safety: filter/drop_health:
error_mode: ignore
traces:
span:
- attributes["http.route"] == "/health"without |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I am trying to filter health checks from the opentelemetry collector my config is this:
but i am keep seeing health check traces on my tempo at grafana. Any ides what is going wrong?
All reactions