forked from jupyterhub/grafana-dashboards
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add graph to measure images used by user pods
With KubeSpawner's profileList, users may use different images when starting their servers. Measuring and displaying this helps admins know which images are popular, and help support users more. This becomes more relevant with jupyterhub/kubespawner#735, as end users can now specify arbitrary images. Added some docs along with this! Query thanks to @pnasrat, from 2i2c-org/infrastructure#2582 (comment) Co-authored-by: Pris Nasrat <[email protected]>
- Loading branch information
Showing
3 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Find what images users are using | ||
|
||
With kubespawner's `profileList` feature, end users may choose different | ||
images to launch. It is useful to measure what images are being used so we | ||
can serve our users better over time. | ||
|
||
The "Images used by user pods" graph in the JupyterHub dashboard helps with this. | ||
It shows the popularity of various images used over time. Note that if an image | ||
is no used at all, it will not be shown. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters