You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you query the prometheus endpoint while connected to a workspace via the jetbrains plugin you can see the query sometimes return 0 and sometimes return 1. You would expect a solid 1 no matter when in the interval you query.
I think this may be caused by 2 separate reporting loops and possibly a bug in the query where we are selecting the most recent instead of a sum of the most recent.