Hi All,
I’m trying to add an alert which takes the most recent value from the Graph and is triggered if the most recent value is less than the value prior.
I.e.
- (Value = 5, Value = 6, Value = 7) = GOOD
- (Value = 5, Value = 6, Value = 1) = BAD
For some more context, this is in regards to an uptime value
Thanks!