Skip to content

Commit d0d9154

Browse files
committed
FIX: typo in opentelemetry collector config
1 parent b096cf4 commit d0d9154

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-
- IsMatch(attributes["server.address"], "^monitoring..*"
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)