Skip to content

Commit 3c82fdd

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

File tree

1 file changed

+12
-20
lines changed

1 file changed

+12
-20
lines changed

examples/grafana_dashboards/c0a41d5.json

Lines changed: 12 additions & 20 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": "ddrmjcg0b83r4d"
@@ -57,8 +57,7 @@
5757
"mode": "absolute",
5858
"steps": [
5959
{
60-
"color": "green",
61-
"value": null
60+
"color": "green"
6261
},
6362
{
6463
"color": "red",
@@ -119,7 +118,7 @@
119118
"showHeader": true,
120119
"sortBy": []
121120
},
122-
"pluginVersion": "11.0.0",
121+
"pluginVersion": "12.0.0",
123122
"targets": [
124123
{
125124
"datasource": {
@@ -177,6 +176,7 @@
177176
"axisLabel": "",
178177
"axisPlacement": "auto",
179178
"barAlignment": 0,
179+
"barWidthFactor": 0.6,
180180
"drawStyle": "line",
181181
"fillOpacity": 0,
182182
"gradientMode": "none",
@@ -209,8 +209,7 @@
209209
"mode": "absolute",
210210
"steps": [
211211
{
212-
"color": "green",
213-
"value": null
212+
"color": "green"
214213
},
215214
{
216215
"color": "red",
@@ -254,11 +253,13 @@
254253
"showLegend": true
255254
},
256255
"tooltip": {
256+
"hideZeros": false,
257257
"maxHeight": 600,
258258
"mode": "single",
259259
"sort": "none"
260260
}
261261
},
262+
"pluginVersion": "12.0.0",
262263
"targets": [
263264
{
264265
"aggregator": "max",
@@ -286,29 +287,25 @@
286287
"type": "timeseries"
287288
}
288289
],
290+
"preload": false,
289291
"refresh": "5s",
290-
"schemaVersion": 39,
292+
"schemaVersion": 41,
291293
"tags": [
292294
"pdisk"
293295
],
294296
"templating": {
295297
"list": [
296298
{
297299
"current": {
298-
"selected": false,
299300
"text": "Olaf_ESS",
300301
"value": "bdnp5dbnxwl4wb"
301302
},
302-
"hide": 0,
303303
"includeAll": false,
304-
"multi": false,
305304
"name": "Datasource",
306305
"options": [],
307306
"query": "opentsdb",
308-
"queryValue": "",
309307
"refresh": 1,
310308
"regex": "",
311-
"skipUrlSync": false,
312309
"type": "datasource"
313310
},
314311
{
@@ -318,17 +315,14 @@
318315
"uid": "aelsi0dap7w8we"
319316
},
320317
"definition": "tag_values(gpfs_pdds_bytes_read, gpfs_disk_name)",
321-
"description": "tag_values(gpfs",
322-
"hide": 0,
318+
"description": "",
323319
"includeAll": true,
324320
"multi": true,
325321
"name": "disk",
326322
"options": [],
327323
"query": "tag_values(gpfs_pdds_bytes_read, gpfs_disk_name)",
328324
"refresh": 1,
329-
"regex": "^(?!.*RG).*$",
330-
"skipUrlSync": false,
331-
"sort": 0,
325+
"regex": "",
332326
"type": "query"
333327
}
334328
]
@@ -337,11 +331,9 @@
337331
"from": "now-5m",
338332
"to": "now"
339333
},
340-
"timeRangeUpdatedDuringEditOrView": false,
341334
"timepicker": {},
342335
"timezone": "browser",
343-
"title": "Top 10 physical disks with the longest wait times during write operations",
344-
"weekStart": ""
336+
"title": "Top 10 physical disks with the longest wait times during write operations"
345337
},
346338
"status": {}
347339
}

0 commit comments

Comments
 (0)