Using version v8.3.3 (Grafana Cloud)
Im trying to make use the State timeline to represent if a few of our services are up or not. I am trying to do this by checking if a counter keeps increasing for these services with a query such as:
count((rate(a_counter_total{select=~ ".+"}[$__interval]))) by (select)
The problem seems to be that when the counter doesnt get updated anymore with new values, the state timeline hangs on the last value and will thus forever show up as green. Even though i expect (and it did seem to work that way until yesterday) that the state timeline would be able to show a different colour for this “no value”.
State timeline:
Treshholds set so that base is red, anything > 0.5 is green and everying > 1.5 is blue
When looking at a time series for one of these services you can see that the series ends. and as such i would expect the state timeline to fall into the red category. Yet on the timeline nothing is visible.
Maybe im just going about this wrong ofcourse, any help would be appreciated. Though id like to note that this seemed to work up untill yesterday.