Skip to content

Commit

Permalink
Change grafana to point prometheus datasource
Browse files Browse the repository at this point in the history
  • Loading branch information
vasrem committed Aug 2, 2018
1 parent 82bfcb0 commit 2a3f03c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions deploy/grafana/dashboards/nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"datasource": null,
"datasource": "prometheus",
"format": "ops",
"gauge": {
"maxValue": 100,
Expand Down Expand Up @@ -154,7 +154,7 @@
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"datasource": null,
"datasource": "prometheus",
"format": "none",
"gauge": {
"maxValue": 100,
Expand Down Expand Up @@ -237,7 +237,7 @@
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"datasource": null,
"datasource": "prometheus",
"format": "percentunit",
"gauge": {
"maxValue": 100,
Expand Down Expand Up @@ -319,7 +319,7 @@
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"datasource": null,
"datasource": "prometheus",
"decimals": 0,
"format": "none",
"gauge": {
Expand Down Expand Up @@ -403,7 +403,7 @@
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"datasource": null,
"datasource": "prometheus",
"decimals": 0,
"format": "none",
"gauge": {
Expand Down Expand Up @@ -483,7 +483,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": null,
"datasource": "prometheus",
"decimals": 2,
"editable": true,
"error": false,
Expand Down Expand Up @@ -599,7 +599,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": null,
"datasource": "prometheus",
"decimals": 2,
"editable": false,
"error": false,
Expand Down Expand Up @@ -701,7 +701,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": null,
"datasource": "prometheus",
"decimals": 3,
"editable": false,
"error": false,
Expand Down Expand Up @@ -804,7 +804,7 @@
},
{
"columns": [],
"datasource": null,
"datasource": "prometheus",
"fontSize": "100%",
"gridPos": {
"h": 8,
Expand Down Expand Up @@ -1029,7 +1029,7 @@
"value": "current"
}
],
"datasource": null,
"datasource": "prometheus",
"fontSize": "100%",
"gridPos": {
"h": 8,
Expand Down

0 comments on commit 2a3f03c

Please sign in to comment.