Skip to content

Commit 2f92eca

Browse files
author
Jonathan Chauncey
committed
feat(telegraf, grafana): Start collecting redis metrics
Also updates the configuration of telegraf to update the following values: * collection_jitter - 1s * flush_interval - 1s Sets the collection interval for nsq metrics to 1s (not the nsq_consumer plugin) Updates the dashboards to remove redundant fields and set the version value to 0.
1 parent 14d6af0 commit 2f92eca

9 files changed

Lines changed: 505 additions & 26 deletions

File tree

grafana/rootfs/usr/share/grafana/dashboards/deis_health.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"dashboard": {
33
"id": null,
44
"title": "Deis Health",
5-
"originalTitle": "Deis Health",
6-
"tags": [],
5+
"tags": ["deis"],
76
"style": "dark",
87
"timezone": "browser",
98
"editable": true,
@@ -308,7 +307,7 @@
308307
},
309308
"refresh": "5s",
310309
"schemaVersion": 12,
311-
"version": 2,
310+
"version": 0,
312311
"links": []
313312
}
314313
}

grafana/rootfs/usr/share/grafana/dashboards/deis_router.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"dashboard": {
33
"id": null,
44
"title": "Deis Router",
5-
"originalTitle": "Deis Router",
6-
"tags": [],
5+
"tags": ["deis"],
76
"style": "dark",
87
"timezone": "browser",
98
"editable": true,
@@ -1049,13 +1048,6 @@
10491048
}
10501049
],
10511050
"title": "New row"
1052-
},
1053-
{
1054-
"collapse": false,
1055-
"editable": true,
1056-
"height": "250px",
1057-
"panels": [],
1058-
"title": "New row"
10591051
}
10601052
],
10611053
"time": {
@@ -1096,7 +1088,7 @@
10961088
},
10971089
"refresh": "5s",
10981090
"schemaVersion": 12,
1099-
"version": 4,
1091+
"version": 0,
11001092
"links": []
11011093
}
11021094
}

grafana/rootfs/usr/share/grafana/dashboards/influx.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"dashboard": {
33
"id": null,
44
"title": "Influx",
5-
"originalTitle": "Influx",
6-
"tags": [],
5+
"tags": ["deis"],
76
"style": "dark",
87
"timezone": "browser",
98
"editable": true,

grafana/rootfs/usr/share/grafana/dashboards/kubernetes_health.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"dashboard": {
3-
"id": 3,
3+
"id": null,
44
"title": "Kubernetes Health",
5-
"originalTitle": "Kubernetes Health",
6-
"tags": [],
5+
"tags": ["deis"],
76
"style": "dark",
87
"timezone": "browser",
98
"editable": true,
@@ -1016,7 +1015,7 @@
10161015
},
10171016
"refresh": "5s",
10181017
"schemaVersion": 12,
1019-
"version": 1,
1018+
"version": 0,
10201019
"links": []
10211020
}
10221021
}

grafana/rootfs/usr/share/grafana/dashboards/nsq_health.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"dashboard": {
33
"id": null,
44
"title": "NSQ Health",
5-
"originalTitle": "NSQ Health",
6-
"tags": [],
5+
"tags": ["deis"],
76
"style": "dark",
87
"timezone": "browser",
98
"editable": true,

0 commit comments

Comments
 (0)