- Notifications
You must be signed in to change notification settings - Fork927
Closed
Description
If you query the prometheus endpoint while connected to a workspace via the jetbrains plugin you can see the query sometimes return0
and sometimes return1
. You would expect a solid1
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.