prometheus / alertmanager

Prometheus Alertmanager
https://prometheus.io
Apache License 2.0
6.59k stars 2.14k forks source link

exporter for alertmanager #2695

Open yehaotong opened 3 years ago

yehaotong commented 3 years ago

Is there an exporter dedicated to monitoring alertmanager, such as QPS, status code and other metrics

gotjosh commented 3 years ago

The alertmanager has metrics that expose all of this data, there's no need to have an exporter - just have Prometheus scrape the Alertmanager directly and build your dashboard around the metrics scraped.

yehaotong commented 3 years ago

ok,thanks for your answer,I will try to use prometheus to scrape metrics which I want.