Hi, we are using following expression for node memory alert.
node_memory_MemAvailable_bytes / node_memory_MemTotal_bytes * 100 < 10 we are getting alert when we have less than 10% memory available. But when the value changes in next evaluation cycle which is still less than 10%, it is resolving previous alert and firing fresh alert instead of following repeat inverval. Configuration details: For condition in alert rule: 1min group_wait: 30s, group_interval: 5m, repeat_interval: 24h Example: 8:00AM memory available is 9.5% alert1 triggered 8:05 AM memory available is 9.8% instead of following repeat cycle it is resolving alert1 and firing fresh alert. Thanks -- You received this message because you are subscribed to the Google Groups "Prometheus Users" 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-users/933e1f53-6dae-4427-b1b0-9303bec44d4fn%40googlegroups.com.

