Reduce log capture

This commit is contained in:
Marcus Noble 2022-05-28 05:54:19 +00:00
parent 90c3faae54
commit 99d57bda3f

View File

@ -89,9 +89,24 @@ data:
- match: - match:
selector: '{app="internal-proxy"}' selector: '{app="internal-proxy"}'
action: drop action: drop
- match:
selector: '{app="non-auth-proxy"}'
action: drop
- match:
selector: '{app="vpa"}'
action: drop
- match: - match:
selector: '{app="promtail"}' selector: '{app="promtail"}'
action: drop action: drop
- match:
selector: '{app="csi-node"}'
action: drop
- match:
selector: '{app="victoria-metrics"}'
action: drop
- match:
selector: '{app="git-sync"}'
action: drop
- match: - match:
selector: '{app="ingress-nginx"}' selector: '{app="ingress-nginx"}'
stages: stages:
@ -104,6 +119,9 @@ data:
- drop: - drop:
source: "request_path" source: "request_path"
value: "/healthz" value: "/healthz"
- drop:
source: "request_path"
value: "/health"
- labels: - labels:
request_host: request_host:
request_method: request_method: