My current query: locust_user_count
Problem: If you see the graph, you see for the most part there is little to no data (mostly 0 values), but there's a big bump in between. What I want to achieve is 2 things
- The graph only displays non zero values.
- The graph only displays the section which has non zero values (so that the starting time is = first non zero value and end time is last non zero value).
The problem right now is that as time passes, the bump goes out of picture, what I want to do is, everytime the graph loads it recenters the bump to be the center for that graph.
Is that possible? Thanks. Source is prometheus.