Remove k8s from dashboard title, make gauges use datasource variable.
Signed-off-by: Tom Wilkie <tom.wilkie@gmail.com>
This commit is contained in:
parent
642f67ffa1
commit
bd648827fe
2 changed files with 3 additions and 3 deletions
|
|
@ -84,8 +84,8 @@ local g = import 'grafana-builder/grafana.libsonnet';
|
|||
),
|
||||
),
|
||||
|
||||
'k8s-node-rsrc-use.json':
|
||||
g.dashboard('K8s / USE Method / Node')
|
||||
'node-rsrc-use.json':
|
||||
g.dashboard('USE Method / Node')
|
||||
.addTemplate('instance', 'up{%(nodeExporterSelector)s}' % $._config, 'instance')
|
||||
.addRow(
|
||||
g.row('CPU')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue