Closed
Description
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.