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
|
|
@ -6,7 +6,7 @@ local prometheus = grafana.prometheus;
|
|||
new(title, query)::
|
||||
singlestat.new(
|
||||
title,
|
||||
datasource='prometheus',
|
||||
datasource='$datasource',
|
||||
span=3,
|
||||
format='percentunit',
|
||||
valueName='current',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue