aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2018-06-19 12:30:10 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2018-07-10 23:59:55 +0200
commitff68274b5ab62f9dfcf078998bfc6e325273c7a7 (patch)
treeab23784ca206dd06408453d357ed15be1bf78e79
parent1b76779ff424f942a89b1bef62d571781f5f159e (diff)
Update grafana dashboard
Change-Id: I2c999e38a202cb0beb440d2de37074090aab7ffe Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
-rw-r--r--grafana_xds_dashboard.json79
1 files changed, 62 insertions, 17 deletions
diff --git a/grafana_xds_dashboard.json b/grafana_xds_dashboard.json
index 36642c2..f2a1ea9 100644
--- a/grafana_xds_dashboard.json
+++ b/grafana_xds_dashboard.json
@@ -1,4 +1,46 @@
{
+ "__inputs": [
+ {
+ "name": "DS_INFLUXDB_SEB-LAPTOP",
+ "label": "influxdb seb-laptop",
+ "description": "",
+ "type": "datasource",
+ "pluginId": "influxdb",
+ "pluginName": "InfluxDB"
+ }
+ ],
+ "__requires": [
+ {
+ "type": "grafana",
+ "id": "grafana",
+ "name": "Grafana",
+ "version": "5.1.3"
+ },
+ {
+ "type": "panel",
+ "id": "graph",
+ "name": "Graph",
+ "version": "5.0.0"
+ },
+ {
+ "type": "datasource",
+ "id": "influxdb",
+ "name": "InfluxDB",
+ "version": "5.0.0"
+ },
+ {
+ "type": "panel",
+ "id": "singlestat",
+ "name": "Singlestat",
+ "version": "5.0.0"
+ },
+ {
+ "type": "panel",
+ "id": "table",
+ "name": "Table",
+ "version": "5.0.0"
+ }
+ ],
"annotations": {
"list": [
{
@@ -15,7 +57,7 @@
"editable": true,
"gnetId": null,
"graphTooltip": 0,
- "id": 1,
+ "id": null,
"links": [],
"panels": [
{
@@ -27,7 +69,7 @@
"rgba(237, 129, 40, 0.89)",
"#d44a3a"
],
- "datasource": "influxdb seb-laptop",
+ "datasource": "${DS_INFLUXDB_SEB-LAPTOP}",
"format": "none",
"gauge": {
"maxValue": 100,
@@ -120,7 +162,7 @@
"bars": true,
"dashLength": 10,
"dashes": false,
- "datasource": "influxdb seb-laptop",
+ "datasource": "${DS_INFLUXDB_SEB-LAPTOP}",
"fill": 1,
"gridPos": {
"h": 9,
@@ -280,7 +322,7 @@
"format": "short",
"label": null,
"logBase": 1,
- "max": "35",
+ "max": null,
"min": null,
"show": true
},
@@ -303,7 +345,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
- "datasource": "influxdb seb-laptop",
+ "datasource": "${DS_INFLUXDB_SEB-LAPTOP}",
"fill": 1,
"gridPos": {
"h": 9,
@@ -313,11 +355,14 @@
},
"id": 5,
"legend": {
+ "alignAsTable": false,
"avg": false,
"current": false,
+ "hideEmpty": false,
+ "hideZero": false,
"max": false,
"min": false,
- "show": true,
+ "show": false,
"total": false,
"values": false
},
@@ -412,7 +457,7 @@
"rgba(237, 129, 40, 0.89)",
"#d44a3a"
],
- "datasource": "influxdb seb-laptop",
+ "datasource": "${DS_INFLUXDB_SEB-LAPTOP}",
"format": "none",
"gauge": {
"maxValue": 100,
@@ -515,7 +560,7 @@
"rgba(237, 129, 40, 0.89)",
"#d44a3a"
],
- "datasource": "influxdb seb-laptop",
+ "datasource": "${DS_INFLUXDB_SEB-LAPTOP}",
"format": "none",
"gauge": {
"maxValue": 100,
@@ -611,7 +656,7 @@
},
{
"columns": [],
- "datasource": "influxdb seb-laptop",
+ "datasource": "${DS_INFLUXDB_SEB-LAPTOP}",
"fontSize": "100%",
"gridPos": {
"h": 17,
@@ -631,7 +676,7 @@
"styles": [
{
"alias": "Time",
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
+ "dateFormat": "HH:mm:ss.SSS",
"pattern": "Time",
"type": "date"
},
@@ -652,7 +697,6 @@
],
"targets": [
{
- "$$hashKey": "object:253",
"groupBy": [],
"hide": false,
"measurement": "xds/supervisor/trace",
@@ -753,7 +797,7 @@
},
{
"columns": [],
- "datasource": "influxdb seb-laptop",
+ "datasource": "${DS_INFLUXDB_SEB-LAPTOP}",
"fontSize": "100%",
"gridPos": {
"h": 9,
@@ -876,7 +920,7 @@
"type": "table"
}
],
- "refresh": false,
+ "refresh": "5s",
"schemaVersion": 16,
"style": "dark",
"tags": [],
@@ -884,11 +928,12 @@
"list": []
},
"time": {
- "from": "2018-06-14T15:03:47.885Z",
- "to": "2018-06-14T15:04:03.173Z"
+ "from": "now-5m",
+ "to": "now"
},
"timepicker": {
"refresh_intervals": [
+ "1s",
"5s",
"10s",
"30s",
@@ -915,5 +960,5 @@
"timezone": "",
"title": "AGL XDS Supervisor",
"uid": "Lbpwc6Iiz",
- "version": 28
-}
+ "version": 33
+} \ No newline at end of file