jupyterhub / grafana-dashboards

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

Try to isolate k8s and non-k8s dashboards where its reasonable #129

Open consideRatio opened 1 month ago

consideRatio commented 1 month ago

If we can decouple one or more dashboards from kubernetes stuff, then maybe we could make use of those for non-k8s deployments of jupyterhub as well?

Currently. I know that the activity dashboard for example is relying entirely on JupyterHub metrics without anything else - so that could be used to trial for a non-k8s-based deployment of jupyterhub.

Related

Paul2708 commented 1 week ago

Since we are running JupyterHub on Docker Swarm instead of Kubernetes, I tried out the dashboard activity.jsonnet. After facing issues like https://github.com/google/jsonnet/issues/421 due to my WSL environment, I eventually generated a JSON file that could be easily imported. The dashboard works just fine.

However, to be fair, the dashboard provided by IDRIS-CNRS visualizes even more JupyterHub metrics.