Skip to content

Resolve "Listen for resolved Prometheus alerts"

Peter Leitzen requested to merge 7495-listen-for-resolved-prometheus-alerts into master

What does this MR do?

Start listening to resolved Prometheus alerts. Before this MR Prometheus sent only firing alerts.

In order to implement Operations Homepage MVC we need to track alerts' status to show on the very Operations Homepage.

The first step is to let Prometheus send also resolved alerts.

Persisting alert events and sending notification mails will be done in separate MRs to keep the scope of this MR narrow.

What are the relevant issue numbers?

#7495 (closed) #5781 (closed)

Does this MR meet the acceptance criteria?

Closes #7495 (closed)

Edited by Kamil Trzciński

Merge request reports