Browse Source

Merge pull request #2172 from prometheus/datasource-label

Datasource template variable should be labelled 'Data Source'
pull/2216/head
Tom Wilkie 3 years ago committed by GitHub
parent
commit
a59b2d8990
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/node-mixin/dashboards/node.libsonnet
  2. 2
      docs/node-mixin/dashboards/use.libsonnet

2
docs/node-mixin/dashboards/node.libsonnet

@ -215,7 +215,7 @@ local gauge = promgrafonnet.gauge;
value: 'Prometheus', value: 'Prometheus',
}, },
hide: 0, hide: 0,
label: null, label: 'Data Source',
name: 'datasource', name: 'datasource',
options: [], options: [],
query: 'prometheus', query: 'prometheus',

2
docs/node-mixin/dashboards/use.libsonnet

@ -13,7 +13,7 @@ local datasourceTemplate = {
value: 'Prometheus', value: 'Prometheus',
}, },
hide: 0, hide: 0,
label: null, label: 'Data Source',
name: 'datasource', name: 'datasource',
options: [], options: [],
query: 'prometheus', query: 'prometheus',

Loading…
Cancel
Save