Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Metrics about Prometheus Alerting

We have Prometheus & AlertManager in production and would like to have some Dashboards about when Alerts happened and when the Alert has gone away.

Are there some metrics about this "out of the box" - or do I have to implement something to achieve this? Something like a "MyAlertListener-Application" which offers a prometheus endpoint itself.

like image 382
Hubert Ströbitzer Avatar asked Sep 01 '25 01:09

Hubert Ströbitzer


1 Answers

Prometheus provides a synthetic time series called ALERTS which you can query and visualize for reasoning about alert states. See the documentation.

like image 68
mweirauch Avatar answered Sep 02 '25 15:09

mweirauch