mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-12-28 06:59:44 -08:00
Update legendLink
This still had the 'k8s' in as it was copied and pasted from the kubernetes-mixin. Signed-off-by: beorn7 <beorn@grafana.com>
This commit is contained in:
parent
0f38d680b4
commit
76ff263ca6
|
@ -3,7 +3,7 @@ local g = import 'grafana-builder/grafana.libsonnet';
|
||||||
{
|
{
|
||||||
grafanaDashboards+:: {
|
grafanaDashboards+:: {
|
||||||
'node-cluster-rsrc-use.json':
|
'node-cluster-rsrc-use.json':
|
||||||
local legendLink = '%s/dashboard/file/k8s-node-rsrc-use.json' % $._config.grafana_prefix;
|
local legendLink = '%s/dashboard/file/node-rsrc-use.json' % $._config.grafana_prefix;
|
||||||
|
|
||||||
g.dashboard('USE Method / Cluster')
|
g.dashboard('USE Method / Cluster')
|
||||||
.addRow(
|
.addRow(
|
||||||
|
|
Loading…
Reference in a new issue