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 4b13851 commit 89d1d11Copy full SHA for 89d1d11
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
- - attributes["server.address"] == "monitoring.osparc-master.speag.com"
+ - 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