-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ENH] - Add JupyterHub specific Grafana pre-configured dashboards #1481
Comments
I'm working on this. Some dashboards in the latest version of the jupyterhub dashboard repo (https://github.com/jupyterhub/grafana-dashboards/tree/803ffa9b458fa325946de90eee288b065de46bc9) won't work until we upgrade jupyterhub to 3.1+(https://jupyterhub.readthedocs.io/en/3.0.0/reference/metrics.html) |
So I had to manually render the dashboards, the process was:
|
Some of the dashboards don't work on nebari bc we are on a old version of jupyterhub, some of the pods have different labels, etc. so we need to figure out how we want handle it. Fork the repo? Something else? |
Okay, I just rendered the dashboards locally and then made modifications as needed so they would work with Nebari. I deleted an NFS dashboard that showed how much disk space Jupyterhub users were using b/c I think it would require rewriting the whole thing, but that would be useful information to add eventually. I also deleted a dashboard that showed all the memory and compute requests/limits by each JHub user for the same reason, but again it may be nice to add at some point. |
Re-opeining - we now have jupyterhub to 3.1+, so it's worth revisiting https://jupyterhub.readthedocs.io/en/3.0.0/reference/metrics.html |
Feature description
It would be great to have these monitoring dashboard already pre-configured:
https://github.com/jupyterhub/grafana-dashboards
Value and/or benefit
Although there are existing monitoring dashboards, these would make the first experience with monitoring potentially worthwhile and gives an idea of what is possible.
Anything else?
Add to Nebari Docs - Grafana 101
The text was updated successfully, but these errors were encountered: