Hi, Wanted to get sum of Liveness probe failure count of all pods in a deployment. so have you used the following query but need to exclude the count of failure in first 10mins if new pod starts. Is there any way to do that in following query. Can someone pls help?
sum( increase(prober_probe_total{probe_type='Liveness', result='failed', pod=~ 'test-deployment-.*'}[60m]) ) Thanks Kartik -- 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 prometheus-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/bdf581ad-efca-404e-9fba-054f9a0237cen%40googlegroups.com.