I would like to know how to disable a Prometheus Alert without deleting it please.
I thought about adding “AND false” at the end of the alert query, but I’m not sure if this approach will work for all cases in the future, and honestly I’m not sure how PromQL handles the booleans values.
Example: sum(http_requests_total) > 0 AND false
Thanks!
3