Open
Description
Bug description
The Grafana report that breaks down RAM by user does not properly group all of the users.
We think that this is because of the following dashboard code:
grafana-dashboards/dashboards/usage-report.jsonnet
Lines 35 to 53 in 45fd723
From a conversation @GeorgianaElena noted:
Notice the group_left in the query which generated some duplicated entries in the graph, even though we were up to get the sum over each pod.
I've changed the group_left to a group_right and that generated the graph I shared in the previous message which looked like it produced a single value for the mem used by each notebook pod.
Expected behaviour
There should be a single plot per user, not multiple plots per user.
Actual behaviour
How to reproduce
- Go to the
Usage report
dashboard in the Grafana - This should show multiple plots per user