We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c7f34 commit 41e5ce3Copy full SHA for 41e5ce3
services/jaeger/opentelemetry-collector-config.yaml
@@ -28,4 +28,6 @@ processors:
28
traces:
29
span:
30
- attributes["http.route"] == "healthcheck_readiness_probe"
31
+ - attributes["http.route"] == "healthcheck_liveness_probe"
32
+ - attributes["http.target"] == "/metrics" and IsMatch(attributes["http.user_agent"], ".*Prometheus.*") == true
33
- attributes["db.statement"] == "PING" and attributes["db.system"] == "redis"
0 commit comments