Skip to content

Commit

Permalink
fix bug for datasource
Browse files Browse the repository at this point in the history
  • Loading branch information
bench87 authored May 8, 2019
1 parent 5968b5e commit 0d3a98b
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions monitoring/dashboards/Kubernetes Pod Metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"datasource": "DS_Prometheus",
"datasource": "${DS_PROMETHEUS}",
"editable": true,
"error": false,
"format": "none",
Expand Down Expand Up @@ -426,7 +426,7 @@
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"datasource": "DS_Prometheus",
"datasource": "${DS_PROMETHEUS}",
"editable": true,
"error": false,
"format": "none",
Expand Down Expand Up @@ -509,7 +509,7 @@
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"datasource": "DS_Prometheus",
"datasource": "${DS_PROMETHEUS}",
"format": "none",
"gauge": {
"maxValue": 100,
Expand Down Expand Up @@ -590,7 +590,7 @@
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"datasource": "DS_Prometheus",
"datasource": "${DS_PROMETHEUS}",
"format": "none",
"gauge": {
"maxValue": 100,
Expand Down Expand Up @@ -687,7 +687,7 @@
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"datasource": "DS_Prometheus",
"datasource": "${DS_PROMETHEUS}",
"format": "none",
"gauge": {
"maxValue": 100,
Expand Down Expand Up @@ -785,7 +785,7 @@
"rgba(237, 129, 40, 0.89)",
"rgba(245, 54, 54, 0.9)"
],
"datasource": "DS_Prometheus",
"datasource": "${DS_PROMETHEUS}",
"editable": true,
"error": false,
"format": "percent",
Expand Down Expand Up @@ -871,7 +871,7 @@
"rgba(237, 129, 40, 0.89)",
"rgba(245, 54, 54, 0.9)"
],
"datasource": "DS_Prometheus",
"datasource": "${DS_PROMETHEUS}",
"decimals": 2,
"editable": true,
"error": false,
Expand Down Expand Up @@ -956,7 +956,7 @@
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"datasource": "DS_Prometheus",
"datasource": "${DS_PROMETHEUS}",
"editable": true,
"error": false,
"format": "bytes",
Expand Down Expand Up @@ -1039,7 +1039,7 @@
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"datasource": "DS_Prometheus",
"datasource": "${DS_PROMETHEUS}",
"editable": true,
"error": false,
"format": "bytes",
Expand Down Expand Up @@ -1123,7 +1123,7 @@
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"datasource": "DS_Prometheus",
"datasource": "${DS_PROMETHEUS}",
"editable": true,
"error": false,
"format": "none",
Expand Down Expand Up @@ -1207,7 +1207,7 @@
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"datasource": "DS_Prometheus",
"datasource": "${DS_PROMETHEUS}",
"editable": true,
"error": false,
"format": "none",
Expand Down Expand Up @@ -1291,7 +1291,7 @@
"rgba(237, 129, 40, 0.89)",
"rgba(245, 54, 54, 0.9)"
],
"datasource": "DS_Prometheus",
"datasource": "${DS_PROMETHEUS}",
"decimals": 2,
"editable": true,
"error": false,
Expand Down Expand Up @@ -1499,7 +1499,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "DS_Prometheus",
"datasource": "${DS_PROMETHEUS}",
"decimals": 3,
"editable": true,
"error": false,
Expand Down Expand Up @@ -3152,4 +3152,4 @@
"title": "Kubernetes Pod Metrics",
"uid": "gRGG1CBik",
"version": 15
}
}

0 comments on commit 0d3a98b

Please sign in to comment.