Skip to content

Commit

Permalink
Fix broken datasource links
Browse files Browse the repository at this point in the history
  • Loading branch information
johanmeiring committed Jun 10, 2018
1 parent 0222729 commit 4446470
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions grafana/dashboards/mikrocount-dash.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "${DS_INFLUXDB}",
"datasource": "influxdb",
"fill": 1,
"gridPos": {
"h": 7,
Expand Down Expand Up @@ -182,7 +182,7 @@
},
{
"columns": [],
"datasource": "${DS_INFLUXDB}",
"datasource": "influxdb",
"fontSize": "100%",
"gridPos": {
"h": 11,
Expand Down Expand Up @@ -347,7 +347,7 @@
"label": "Others",
"threshold": ""
},
"datasource": "${DS_INFLUXDB}",
"datasource": "influxdb",
"fontSize": "80%",
"format": "decbytes",
"gridPos": {
Expand Down Expand Up @@ -424,7 +424,7 @@
"label": "Others",
"threshold": 0
},
"datasource": "${DS_INFLUXDB}",
"datasource": "influxdb",
"fontSize": "80%",
"format": "decbytes",
"gridPos": {
Expand Down Expand Up @@ -495,7 +495,7 @@
},
{
"columns": [],
"datasource": "${DS_INFLUXDB}",
"datasource": "influxdb",
"fontSize": "100%",
"gridPos": {
"h": 11,
Expand Down Expand Up @@ -654,7 +654,7 @@
"label": "Others",
"threshold": 0
},
"datasource": "${DS_INFLUXDB}",
"datasource": "influxdb",
"fontSize": "80%",
"format": "decbytes",
"gridPos": {
Expand Down Expand Up @@ -729,7 +729,7 @@
"label": "Others",
"threshold": 0
},
"datasource": "${DS_INFLUXDB}",
"datasource": "influxdb",
"fontSize": "80%",
"format": "decbytes",
"gridPos": {
Expand Down

0 comments on commit 4446470

Please sign in to comment.