We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5559fc9 + 59a3cc5 commit 6e107abCopy full SHA for 6e107ab
.gitignore
@@ -1,6 +1,7 @@
1
rendered-dashboards
2
3
# ---
4
+.env
5
6
# Binaries for programs and plugins
7
*.exe
dashboards/jupyterhub.jsonnet
@@ -489,7 +489,7 @@ local notebookImagesUsed =
489
) by(image_spec, namespace)
490
|||
491
)
492
- + prometheus.withLegendFormat('{{ image_spec }} (prod)'),
+ + prometheus.withLegendFormat('{{ namespace }}: {{ image_spec }}'),
493
]);
494
495
dashboard.new('JupyterHub Dashboard')
0 commit comments