File tree Expand file tree Collapse file tree 1 file changed +12
-20
lines changed
examples/grafana_dashboards Expand file tree Collapse file tree 1 file changed +12
-20
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "apiVersion" : " dashboard.grafana.app/v0alpha1 " ,
2
+ "apiVersion" : " dashboard.grafana.app/v1beta1 " ,
3
3
"kind" : " Dashboard" ,
4
4
"metadata" : {
5
5
"name" : " ddrmjcg0b83r4d"
57
57
"mode" : " absolute" ,
58
58
"steps" : [
59
59
{
60
- "color" : " green" ,
61
- "value" : null
60
+ "color" : " green"
62
61
},
63
62
{
64
63
"color" : " red" ,
119
118
"showHeader" : true ,
120
119
"sortBy" : []
121
120
},
122
- "pluginVersion" : " 11 .0.0" ,
121
+ "pluginVersion" : " 12 .0.0" ,
123
122
"targets" : [
124
123
{
125
124
"datasource" : {
177
176
"axisLabel" : " " ,
178
177
"axisPlacement" : " auto" ,
179
178
"barAlignment" : 0 ,
179
+ "barWidthFactor" : 0.6 ,
180
180
"drawStyle" : " line" ,
181
181
"fillOpacity" : 0 ,
182
182
"gradientMode" : " none" ,
209
209
"mode" : " absolute" ,
210
210
"steps" : [
211
211
{
212
- "color" : " green" ,
213
- "value" : null
212
+ "color" : " green"
214
213
},
215
214
{
216
215
"color" : " red" ,
254
253
"showLegend" : true
255
254
},
256
255
"tooltip" : {
256
+ "hideZeros" : false ,
257
257
"maxHeight" : 600 ,
258
258
"mode" : " single" ,
259
259
"sort" : " none"
260
260
}
261
261
},
262
+ "pluginVersion" : " 12.0.0" ,
262
263
"targets" : [
263
264
{
264
265
"aggregator" : " max" ,
286
287
"type" : " timeseries"
287
288
}
288
289
],
290
+ "preload" : false ,
289
291
"refresh" : " 5s" ,
290
- "schemaVersion" : 39 ,
292
+ "schemaVersion" : 41 ,
291
293
"tags" : [
292
294
" pdisk"
293
295
],
294
296
"templating" : {
295
297
"list" : [
296
298
{
297
299
"current" : {
298
- "selected" : false ,
299
300
"text" : " Olaf_ESS" ,
300
301
"value" : " bdnp5dbnxwl4wb"
301
302
},
302
- "hide" : 0 ,
303
303
"includeAll" : false ,
304
- "multi" : false ,
305
304
"name" : " Datasource" ,
306
305
"options" : [],
307
306
"query" : " opentsdb" ,
308
- "queryValue" : " " ,
309
307
"refresh" : 1 ,
310
308
"regex" : " " ,
311
- "skipUrlSync" : false ,
312
309
"type" : " datasource"
313
310
},
314
311
{
318
315
"uid" : " aelsi0dap7w8we"
319
316
},
320
317
"definition" : " tag_values(gpfs_pdds_bytes_read, gpfs_disk_name)" ,
321
- "description" : " tag_values(gpfs" ,
322
- "hide" : 0 ,
318
+ "description" : " " ,
323
319
"includeAll" : true ,
324
320
"multi" : true ,
325
321
"name" : " disk" ,
326
322
"options" : [],
327
323
"query" : " tag_values(gpfs_pdds_bytes_read, gpfs_disk_name)" ,
328
324
"refresh" : 1 ,
329
- "regex" : " ^(?!.*RG).*$" ,
330
- "skipUrlSync" : false ,
331
- "sort" : 0 ,
325
+ "regex" : " " ,
332
326
"type" : " query"
333
327
}
334
328
]
337
331
"from" : " now-5m" ,
338
332
"to" : " now"
339
333
},
340
- "timeRangeUpdatedDuringEditOrView" : false ,
341
334
"timepicker" : {},
342
335
"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"
345
337
},
346
338
"status" : {}
347
339
}
You can’t perform that action at this time.
0 commit comments