Skip to content

Commit 89d1d11

Browse files
committed
Remove hardcoded FQDN
1 parent 4b13851 commit 89d1d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/jaeger/opentelemetry-collector-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ processors:
3434
- attributes["http.route"] == "/health"
3535
- attributes["http.target"] == "/socket.io/"
3636
- attributes["url.path"] == "/socket.io/"
37-
- attributes["server.address"] == "monitoring.osparc-master.speag.com"
37+
- IsMatch(attributes["server.address"], "^monitoring..*"
3838
- attributes["net.peer.name"] == "/var/run/docker.sock"
3939
- attributes["http.route"] == "healthcheck_readiness_probe"
4040
- attributes["http.route"] == "healthcheck_liveness_probe"

0 commit comments

Comments
 (0)