Skip to content

Commit 2b33b82

Browse files
authored
Merge pull request #744 from hjet/patch-1
Clarify node template variable in kubelet dash
2 parents 784e037 + 1881756 commit 2b33b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboards/kubelet.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ local statPanel = grafana.statPanel;
322322
'instance',
323323
'$datasource',
324324
'label_values(up{%(kubeletSelector)s,%(clusterLabel)s="$cluster"}, instance)' % $._config,
325-
label='Data Source',
325+
label='instance',
326326
refresh='time',
327327
includeAll=true,
328328
sort=1,

0 commit comments

Comments
 (0)