Hi,
I have this rule expr: histogram_quantile(.99, sum(rate(http_server_requests_seconds_bucket{uri="<uri>",status="200",appName="app"}[5m])) by (le,appName)) > bool 2
even the result of histogram_quantile expr is NAN or <2 it is firing the alert.
please advice.
Thanks