Skip to content
Snippets Groups Projects
Commit d1abcc79 authored by ale's avatar ale
Browse files

Replace job:up base metric with the health check's probe_success

Look at healthcheck prober metrics to assess target state, rather than
using Prometheus' own "up" metric. This allows us to take advantage of
redundant blackbox probers by removing noise caused by individual
prober failures.

To do so without changing the semantics, we add a new 'float_job'
label on the health check probes, that maps to the Prometheus target names.
parent 27f93f47
No related branches found
No related tags found
1 merge request!234Create health check probes for all monitoring targets
Pipeline #27548 passed