Hi , I am just curious to know if we have a custom webhook implemented to receive alerts from Prometheus Alertmanager then what should be the considerations for implementing the custom logic for resolved alerts ? My question is more from a standpoint that if repeat_interval is configured to be a frequent interval , then our system might have received multiple alerts with firing status for the same alert. So when Prometheus identifies that alert should be resolved now would it just send one alert with resolved status ?
My confusion is shouldn’t we mark all the existing alert instances with matching alert name as resolved in our custom logic once Prometheus sees an alert transitioning from firing to resolved status. Note : This logic is needed on our custom framework side to avoid listing resolved alerts on the alert dashboard. Any input would be greatly appreciated. Thanks. -- You received this message because you are subscribed to the Google Groups "Prometheus Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-developers/ceaf9c38-3b17-47e0-a4bd-e79e7d229e3f%40googlegroups.com.

