Skip to content

Commit 472cb6c

Browse files
committed
Fix: wrong escaping in otel collector traces
1 parent 1a864bc commit 472cb6c

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
@@ -39,4 +39,4 @@ processors:
3939
- attributes["http.route"] == "healthcheck_liveness_probe"
4040
- attributes["http.target"] == "/metrics" and IsMatch(attributes["http.user_agent"], ".*Prometheus.*") == true
4141
- attributes["db.statement"] == "PING" and attributes["db.system"] == "redis"
42-
- IsMatch(attributes["db.statement"], "^SCAN[\s?]*$") and attributes["db.system"] == "redis"
42+
- IsMatch(attributes["db.statement"], "^SCAN[\\s?]*$") and attributes["db.system"] == "redis"

0 commit comments

Comments
 (0)