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 1a864bc commit 472cb6cCopy full SHA for 472cb6c
services/jaeger/opentelemetry-collector-config.yaml
@@ -39,4 +39,4 @@ processors:
39
- attributes["http.route"] == "healthcheck_liveness_probe"
40
- attributes["http.target"] == "/metrics" and IsMatch(attributes["http.user_agent"], ".*Prometheus.*") == true
41
- attributes["db.statement"] == "PING" and attributes["db.system"] == "redis"
42
- - IsMatch(attributes["db.statement"], "^SCAN[\s?]*$") and attributes["db.system"] == "redis"
+ - IsMatch(attributes["db.statement"], "^SCAN[\\s?]*$") and attributes["db.system"] == "redis"
0 commit comments