jupyterhub / grafana-dashboards

Grafana Dashboards useful for k8s + JupyterHub
https://jupyterhub-grafana.readthedocs.io
BSD 3-Clause "New" or "Revised" License
55 stars 23 forks source link

Global dashboard - Use JupyterHub's active users metric instead of counting pods #118

Closed consideRatio closed 6 months ago

consideRatio commented 6 months ago

We have current / daily / weekly / monthly users in the JupyterHub Dashboard, under the "Hub usage" row:

image

They rely on JupyterHub's metric doing the counting of users.

In the global dashboard though we count pods instead I think, but that ought to be more complicated because you need to check for all pods popping up and going away etc.