diff --git a/manifests/monitoring/promtail.yaml b/manifests/monitoring/promtail.yaml index 217eb28..8ea494e 100644 --- a/manifests/monitoring/promtail.yaml +++ b/manifests/monitoring/promtail.yaml @@ -79,12 +79,18 @@ data: - match: selector: '{name=~".*"} |~ ".*/healthz.*"' action: drop + - match: + selector: '{name=~".*"} |~ ".*/api/health.*"' + action: drop - match: selector: '{name=~".*"} |~ ".*kube-probe/.*"' action: drop - match: selector: '{app="internal-proxy"}' action: drop + - match: + selector: '{app="promtail"}' + action: drop kubernetes_sd_configs: - role: pod relabel_configs: