Skip to content

Commit

Permalink
[node-mixin] change current datasource to grafana's default
Browse files Browse the repository at this point in the history
Signed-off-by: Severyn Lisovskyi <[email protected]>
  • Loading branch information
sev3ryn committed Feb 2, 2022
1 parent bf320eb commit 7b86b7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/node-mixin/dashboards/node.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ local gauge = promgrafonnet.gauge;
.addTemplate(
{
current: {
text: 'Prometheus',
value: 'Prometheus',
text: 'default',
value: 'default',
},
hide: 0,
label: 'Data Source',
Expand Down
4 changes: 2 additions & 2 deletions docs/node-mixin/dashboards/use.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 7b86b7c

Please sign in to comment.