Skip to content

Commit 4446470

Browse files
committed
Fix broken datasource links
1 parent 0222729 commit 4446470

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

grafana/dashboards/mikrocount-dash.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"bars": false,
6666
"dashLength": 10,
6767
"dashes": false,
68-
"datasource": "${DS_INFLUXDB}",
68+
"datasource": "influxdb",
6969
"fill": 1,
7070
"gridPos": {
7171
"h": 7,
@@ -182,7 +182,7 @@
182182
},
183183
{
184184
"columns": [],
185-
"datasource": "${DS_INFLUXDB}",
185+
"datasource": "influxdb",
186186
"fontSize": "100%",
187187
"gridPos": {
188188
"h": 11,
@@ -347,7 +347,7 @@
347347
"label": "Others",
348348
"threshold": ""
349349
},
350-
"datasource": "${DS_INFLUXDB}",
350+
"datasource": "influxdb",
351351
"fontSize": "80%",
352352
"format": "decbytes",
353353
"gridPos": {
@@ -424,7 +424,7 @@
424424
"label": "Others",
425425
"threshold": 0
426426
},
427-
"datasource": "${DS_INFLUXDB}",
427+
"datasource": "influxdb",
428428
"fontSize": "80%",
429429
"format": "decbytes",
430430
"gridPos": {
@@ -495,7 +495,7 @@
495495
},
496496
{
497497
"columns": [],
498-
"datasource": "${DS_INFLUXDB}",
498+
"datasource": "influxdb",
499499
"fontSize": "100%",
500500
"gridPos": {
501501
"h": 11,
@@ -654,7 +654,7 @@
654654
"label": "Others",
655655
"threshold": 0
656656
},
657-
"datasource": "${DS_INFLUXDB}",
657+
"datasource": "influxdb",
658658
"fontSize": "80%",
659659
"format": "decbytes",
660660
"gridPos": {
@@ -729,7 +729,7 @@
729729
"label": "Others",
730730
"threshold": 0
731731
},
732-
"datasource": "${DS_INFLUXDB}",
732+
"datasource": "influxdb",
733733
"fontSize": "80%",
734734
"format": "decbytes",
735735
"gridPos": {

0 commit comments

Comments
 (0)