Hi Team,
I need to get firing alert when 99th percentile of response time is >10ms. and this I have achieved using histogram_quantile and configured this in rule expr.
Firing alert thrown as expected.
For some reason, the metric is gone and when the metric is not available, prometheus is resolving the alert.
I wanted to get resolve alert only when the metric is present and histogram_quantile for that metric is less than 10ms. please suggest.
Thanks,
Rashmitha