fluxcd / flux2-monitoring-example

Prometheus monitoring for the Flux control plane
https://fluxcd.io/flux/monitoring/
Apache License 2.0
50 stars 133 forks source link

PodMonitor: remove now unneeded relabel config #27

Closed squat closed 4 months ago

squat commented 7 months ago

Ever since https://github.com/prometheus-operator/prometheus-operator/pull/5049, the relabel config workaround to ignore non-running pods is no longer needed. This commit cleans up the podmonitor to keep the code tidy.

Signed-off-by: Lucas Servén Marín lserven@gmail.com

Fix: #37