Skip to content

Commit 2f5978d

Browse files
author
admin
committed
Generation: 2
1 parent c1f3648 commit 2f5978d

File tree

1 file changed

+13
-18
lines changed

1 file changed

+13
-18
lines changed

examples/grafana_dashboards/individual-physical-disk-wait-time-data-writes.json

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"apiVersion": "dashboard.grafana.app/v0alpha1",
2+
"apiVersion": "dashboard.grafana.app/v1beta1",
33
"kind": "Dashboard",
44
"metadata": {
55
"name": "adrn3nuthrsw0e"
@@ -44,6 +44,7 @@
4444
"axisLabel": "",
4545
"axisPlacement": "auto",
4646
"barAlignment": 0,
47+
"barWidthFactor": 0.6,
4748
"drawStyle": "line",
4849
"fillOpacity": 0,
4950
"gradientMode": "none",
@@ -76,8 +77,7 @@
7677
"mode": "absolute",
7778
"steps": [
7879
{
79-
"color": "green",
80-
"value": null
80+
"color": "green"
8181
},
8282
{
8383
"color": "red",
@@ -121,11 +121,13 @@
121121
"showLegend": true
122122
},
123123
"tooltip": {
124+
"hideZeros": false,
124125
"maxHeight": 600,
125126
"mode": "single",
126127
"sort": "none"
127128
}
128129
},
130+
"pluginVersion": "12.0.0",
129131
"targets": [
130132
{
131133
"aggregator": "noop",
@@ -170,6 +172,7 @@
170172
"axisLabel": "",
171173
"axisPlacement": "auto",
172174
"barAlignment": 0,
175+
"barWidthFactor": 0.6,
173176
"drawStyle": "line",
174177
"fillOpacity": 0,
175178
"gradientMode": "none",
@@ -202,8 +205,7 @@
202205
"mode": "absolute",
203206
"steps": [
204207
{
205-
"color": "green",
206-
"value": null
208+
"color": "green"
207209
},
208210
{
209211
"color": "red",
@@ -247,11 +249,13 @@
247249
"showLegend": true
248250
},
249251
"tooltip": {
252+
"hideZeros": false,
250253
"maxHeight": 600,
251254
"mode": "single",
252255
"sort": "none"
253256
}
254257
},
258+
"pluginVersion": "12.0.0",
255259
"targets": [
256260
{
257261
"aggregator": "noop",
@@ -279,48 +283,41 @@
279283
"type": "timeseries"
280284
}
281285
],
286+
"preload": false,
282287
"refresh": "5s",
283-
"schemaVersion": 39,
288+
"schemaVersion": 41,
284289
"tags": [
285290
"pdisk"
286291
],
287292
"templating": {
288293
"list": [
289294
{
290295
"current": {
291-
"selected": false,
292296
"text": "Olaf_ESS",
293297
"value": "bdnp5dbnxwl4wb"
294298
},
295-
"hide": 0,
296299
"includeAll": false,
297-
"multi": false,
298300
"name": "Datasource",
299301
"options": [],
300302
"query": "opentsdb",
301303
"refresh": 1,
302304
"regex": "",
303-
"skipUrlSync": false,
304305
"type": "datasource"
305306
},
306307
{
307308
"current": {},
308309
"datasource": {
309310
"type": "opentsdb",
310-
"uid": "aelsi0dap7w8we"
311+
"uid": "${Datasource}"
311312
},
312313
"definition": "tag_values(gpfs_pdds_bytes_read, gpfs_disk_name)",
313314
"description": "tag_values(gpfs",
314-
"hide": 0,
315315
"includeAll": false,
316-
"multi": false,
317316
"name": "disk",
318317
"options": [],
319318
"query": "tag_values(gpfs_pdds_bytes_read, gpfs_disk_name)",
320319
"refresh": 1,
321320
"regex": "^(?!.*RG).*$",
322-
"skipUrlSync": false,
323-
"sort": 0,
324321
"type": "query"
325322
}
326323
]
@@ -329,11 +326,9 @@
329326
"from": "now-30m",
330327
"to": "now"
331328
},
332-
"timeRangeUpdatedDuringEditOrView": false,
333329
"timepicker": {},
334330
"timezone": "browser",
335-
"title": "Individual physical disk wait time (data writes)",
336-
"weekStart": ""
331+
"title": "Individual physical disk wait time (data writes)"
337332
},
338333
"status": {}
339334
}

0 commit comments

Comments
 (0)