diff --git a/services/jaeger/opentelemetry-collector-config.yaml b/services/jaeger/opentelemetry-collector-config.yaml index a6e85e1e..112fea27 100644 --- a/services/jaeger/opentelemetry-collector-config.yaml +++ b/services/jaeger/opentelemetry-collector-config.yaml @@ -28,4 +28,6 @@ processors: traces: span: - attributes["http.route"] == "healthcheck_readiness_probe" + - attributes["http.route"] == "healthcheck_liveness_probe" + - attributes["http.target"] == "/metrics" and IsMatch(attributes["http.user_agent"], ".*Prometheus.*") == true - attributes["db.statement"] == "PING" and attributes["db.system"] == "redis"