Skip to content

Commit 4bbc657

Browse files
author
Jonathan Chauncey
authored
Merge pull request #122 from jchauncey/fix-nsq-graph
chore(grafana): Update dashboards with new graphs
2 parents a2443c3 + e6f2ed1 commit 4bbc657

6 files changed

Lines changed: 1845 additions & 1448 deletions

File tree

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

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"id": null,
44
"title": "Deis Health",
55
"tags": ["deis"],
6+
"originalTitle": "Deis Health",
67
"style": "dark",
78
"timezone": "browser",
89
"editable": true,
@@ -81,14 +82,14 @@
8182
"select": [
8283
[
8384
{
84-
"type": "field",
8585
"params": [
8686
"gauge"
87-
]
87+
],
88+
"type": "field"
8889
},
8990
{
90-
"type": "last",
91-
"params": []
91+
"params": [],
92+
"type": "last"
9293
}
9394
]
9495
],
@@ -103,7 +104,7 @@
103104
],
104105
"timeFrom": null,
105106
"timeShift": null,
106-
"title": "Memory Usage",
107+
"title": "Memory",
107108
"tooltip": {
108109
"msResolution": true,
109110
"shared": true,
@@ -154,7 +155,7 @@
154155
"threshold2Color": "rgba(234, 112, 112, 0.22)"
155156
},
156157
"id": 2,
157-
"interval": "",
158+
"interval": "1s",
158159
"isNew": true,
159160
"legend": {
160161
"avg": false,
@@ -180,7 +181,7 @@
180181
"steppedLine": false,
181182
"targets": [
182183
{
183-
"alias": "$tag_kubernetes_pod_name",
184+
"alias": "$tag_kubernetes_container_name",
184185
"dsType": "influxdb",
185186
"groupBy": [
186187
{
@@ -191,7 +192,7 @@
191192
},
192193
{
193194
"params": [
194-
"kubernetes_pod_name"
195+
"kubernetes_container_name"
195196
],
196197
"type": "tag"
197198
},
@@ -220,7 +221,7 @@
220221
},
221222
{
222223
"params": [
223-
"10s"
224+
"1s"
224225
],
225226
"type": "non_negative_derivative"
226227
}
@@ -237,7 +238,7 @@
237238
],
238239
"timeFrom": null,
239240
"timeShift": null,
240-
"title": "CPU Usage",
241+
"title": "CPU",
241242
"tooltip": {
242243
"msResolution": false,
243244
"shared": true,

0 commit comments

Comments
 (0)