From 99d57bda3fb8214fc262998f0ef0eb95789e1975 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sat, 28 May 2022 05:54:19 +0000 Subject: [PATCH] Reduce log capture --- manifests/monitoring/promtail.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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: