diff --git a/manifests/monitoring/promtail.yaml b/manifests/monitoring/promtail.yaml index c87f6cd..0ae7f41 100644 --- a/manifests/monitoring/promtail.yaml +++ b/manifests/monitoring/promtail.yaml @@ -89,9 +89,24 @@ data: - match: selector: '{app="internal-proxy"}' action: drop + - match: + selector: '{app="non-auth-proxy"}' + action: drop + - match: + selector: '{app="vpa"}' + action: drop - match: selector: '{app="promtail"}' action: drop + - match: + selector: '{app="csi-node"}' + action: drop + - match: + selector: '{app="victoria-metrics"}' + action: drop + - match: + selector: '{app="git-sync"}' + action: drop - match: selector: '{app="ingress-nginx"}' stages: @@ -104,6 +119,9 @@ data: - drop: source: "request_path" value: "/healthz" + - drop: + source: "request_path" + value: "/health" - labels: request_host: request_method: