joe-elliott / cert-exporter

A Prometheus exporter that publishes cert expirations on disk and in Kubernetes secrets
Apache License 2.0
320 stars 87 forks source link

Reset main Gauge metrics #79

Closed messiahUA closed 3 years ago

messiahUA commented 3 years ago

This is needed to remove any possible stale metrics for non-existing certificates https://github.com/joe-elliott/cert-exporter/issues/56

joe-elliott commented 3 years ago

Thanks! Looks like a clean fix.