Should I use PromQL’s increase function as an alert rule expression for a resource quota breach?
I have this Prometheus alert expression which tries to capture if/when we exceed the monthly quota of a service by using the increase
function on a counter metric over a 30day period.