m-lab / alertmanager-github-receiver

Prometheus Alertmanager webhook receiver that creates GitHub issues from alerts
Apache License 2.0
48 stars 23 forks source link

Add "alertname" label to current metrics and add metric for incoming webhooks #29

Closed robertodauria closed 5 years ago

robertodauria commented 5 years ago

The github-receiver doesn't currently mention the alert name anywhere. Adding it here would allow us to monitor which alerts we have created issues for.

Adding an additional metric for incoming webhooks would also allow us to see which alerts were routed to github-receiver (which could be a different set than the above).