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.
1 parent 1aa2075 commit 1c42023Copy full SHA for 1c42023
dashboards/user.jsonnet
@@ -111,6 +111,13 @@ local homedirSharedUsage = graphPanel.new(
111
112
Requires https://github.com/yuvipanda/prometheus-dirsize-exporter to
113
be set up.
114
+
115
+ Similar to server pod names, user names will be *encoded* here
116
+ using the escapism python library (https://github.com/minrk/escapism).
117
+ You can unencode them with the following python snippet:
118
119
+ from escapism import unescape
120
+ unescape('<escaped-username>', '-')
121
|||,
122
formatY1='bytes',
123
datasource='$PROMETHEUS_DS'
0 commit comments