Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Fix envoy grafana dashboard errors #969

Merged
merged 1 commit into from
Sep 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions assets/charts/components/contour/dashboards/envoy.json
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "prometheus",
"datasource": "Prometheus",
"fill": 1,
"gridPos": {
"h": 8,
Expand Down Expand Up @@ -635,7 +635,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "prometheus",
"datasource": "Prometheus",
"fill": 1,
"gridPos": {
"h": 8,
Expand Down Expand Up @@ -737,7 +737,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "prometheus",
"datasource": "Prometheus",
"fill": 1,
"gridPos": {
"h": 8,
Expand Down Expand Up @@ -822,7 +822,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "prometheus",
"datasource": "Prometheus",
"fill": 1,
"gridPos": {
"h": 8,
Expand Down Expand Up @@ -919,7 +919,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "prometheus",
"datasource": "Prometheus",
"description": "",
"fill": 1,
"gridPos": {
Expand Down Expand Up @@ -1005,7 +1005,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "prometheus",
"datasource": "Prometheus",
"description": "",
"fill": 1,
"gridPos": {
Expand Down Expand Up @@ -1091,7 +1091,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "prometheus",
"datasource": "Prometheus",
"description": "",
"fill": 1,
"gridPos": {
Expand Down Expand Up @@ -1177,7 +1177,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "prometheus",
"datasource": "Prometheus",
"description": "",
"fill": 1,
"gridPos": {
Expand Down Expand Up @@ -1263,7 +1263,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "prometheus",
"datasource": "Prometheus",
"fill": 1,
"gridPos": {
"h": 8,
Expand Down Expand Up @@ -1349,7 +1349,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "prometheus",
"datasource": "Prometheus",
"fill": 1,
"gridPos": {
"h": 8,
Expand Down Expand Up @@ -1434,7 +1434,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "prometheus",
"datasource": "Prometheus",
"fill": 1,
"gridPos": {
"h": 8,
Expand Down Expand Up @@ -1519,7 +1519,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "prometheus",
"datasource": "Prometheus",
"fill": 1,
"gridPos": {
"h": 8,
Expand Down Expand Up @@ -1604,7 +1604,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "prometheus",
"datasource": "Prometheus",
"fill": 1,
"gridPos": {
"h": 8,
Expand Down Expand Up @@ -1688,7 +1688,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "prometheus",
"datasource": "Prometheus",
"fill": 1,
"gridPos": {
"h": 8,
Expand Down Expand Up @@ -1787,7 +1787,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "prometheus",
"datasource": "Prometheus",
"fill": 1,
"gridPos": {
"h": 8,
Expand Down Expand Up @@ -1871,7 +1871,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "prometheus",
"datasource": "Prometheus",
"description": "Displays the number of Requests per Second being performed against each Upstream.",
"fill": 1,
"gridPos": {
Expand Down Expand Up @@ -1965,7 +1965,7 @@
"text": "All",
"value": "$__all"
},
"datasource": "prometheus",
"datasource": "Prometheus",
"hide": 0,
"includeAll": true,
"label": null,
Expand All @@ -1990,7 +1990,7 @@
"$__all"
]
},
"datasource": "prometheus",
"datasource": "Prometheus",
"hide": 0,
"includeAll": true,
"label": null,
Expand All @@ -2016,7 +2016,7 @@
"$__all"
]
},
"datasource": "prometheus",
"datasource": "Prometheus",
"hide": 0,
"includeAll": true,
"label": "Envoy Pod",
Expand Down
Loading