Reduce log capture

This commit is contained in:
Marcus Noble 2022-05-28 05:54:19 +00:00
parent 90c3faae54
commit 99d57bda3f
1 changed files with 18 additions and 0 deletions

View File

@ -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: