mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -08:00
[node-mixin] change current datasource to grafana's default
Signed-off-by: Severyn Lisovskyi <993215+sev3ryn@users.noreply.github.com>
This commit is contained in:
parent
bf320eb05f
commit
7b86b7cb29
|
@ -211,8 +211,8 @@ local gauge = promgrafonnet.gauge;
|
|||
.addTemplate(
|
||||
{
|
||||
current: {
|
||||
text: 'Prometheus',
|
||||
value: 'Prometheus',
|
||||
text: 'default',
|
||||
value: 'default',
|
||||
},
|
||||
hide: 0,
|
||||
label: 'Data Source',
|
||||
|
|
|
@ -9,8 +9,8 @@ local c = import '../config.libsonnet';
|
|||
|
||||
local datasourceTemplate = {
|
||||
current: {
|
||||
text: 'Prometheus',
|
||||
value: 'Prometheus',
|
||||
text: 'default',
|
||||
value: 'default',
|
||||
},
|
||||
hide: 0,
|
||||
label: 'Data Source',
|
||||
|
|
Loading…
Reference in a new issue