Skip to content

Commit 6e107ab

Browse files
authored
Merge pull request #162 from consideRatio/pr/fix-images-panel-labe
Fix one panels label to not include hardcoded 'prod' reference
2 parents 5559fc9 + 59a3cc5 commit 6e107ab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
rendered-dashboards
22

33
# ---
4+
.env
45

56
# Binaries for programs and plugins
67
*.exe

dashboards/jupyterhub.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ local notebookImagesUsed =
489489
) by(image_spec, namespace)
490490
|||
491491
)
492-
+ prometheus.withLegendFormat('{{ image_spec }} (prod)'),
492+
+ prometheus.withLegendFormat('{{ namespace }}: {{ image_spec }}'),
493493
]);
494494

495495
dashboard.new('JupyterHub Dashboard')

0 commit comments

Comments
 (0)