File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,11 @@ processors:
3232 - attributes["http.route"] == "/health"
3333 - attributes["http.target"] == "/socket.io/"
3434 - attributes["url.path"] == "/socket.io/"
35+ - attributes["server.address"] == "/var/run/docker.sock"
3536 - IsMatch(attributes["server.address"], "^monitoring..*")
3637 - attributes["net.peer.name"] == "/var/run/docker.sock"
3738 - attributes["http.route"] == "healthcheck_readiness_probe"
3839 - attributes["http.route"] == "healthcheck_liveness_probe"
3940 - attributes["http.target"] == "/metrics" and IsMatch(attributes["http.user_agent"], ".*Prometheus.*") == true
4041 - attributes["db.statement"] == "PING" and attributes["db.system"] == "redis"
42+ - IsMatch(attributes["db.statement"], "^SCAN[\s?]*$") and attributes["db.system"] == "redis"
You can’t perform that action at this time.
0 commit comments