Alert rule - if count increased by 1 or more

How do I express an alert rule:
If count increased by 1 or more, send an alert.
This is the panel I have:


Currently, it sent a notification once I set up the simplest rule and is in alerting state.
I don’t care if the status is always Alerting, but I just want a notification if the count goes up by any number.

Hi, did you figure it out? I am also looking to only get alerts if the number increases and I cannot figure it out.

If you are using Flux, staeCount would work. stateCount() function | Flux 0.x Documentation