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 b096cf4 commit d0d9154Copy full SHA for d0d9154
services/jaeger/opentelemetry-collector-config.yaml
@@ -34,7 +34,7 @@ processors:
34
- attributes["http.route"] == "/health"
35
- attributes["http.target"] == "/socket.io/"
36
- attributes["url.path"] == "/socket.io/"
37
- - IsMatch(attributes["server.address"], "^monitoring..*"
+ - IsMatch(attributes["server.address"], "^monitoring..*")
38
- attributes["net.peer.name"] == "/var/run/docker.sock"
39
- attributes["http.route"] == "healthcheck_readiness_probe"
40
- attributes["http.route"] == "healthcheck_liveness_probe"
0 commit comments