File tree Expand file tree Collapse file tree 1 file changed +13
-18
lines changed
examples/grafana_dashboards Expand file tree Collapse file tree 1 file changed +13
-18
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" : " adrn3nuthrsw0e"
44
44
"axisLabel" : " " ,
45
45
"axisPlacement" : " auto" ,
46
46
"barAlignment" : 0 ,
47
+ "barWidthFactor" : 0.6 ,
47
48
"drawStyle" : " line" ,
48
49
"fillOpacity" : 0 ,
49
50
"gradientMode" : " none" ,
76
77
"mode" : " absolute" ,
77
78
"steps" : [
78
79
{
79
- "color" : " green" ,
80
- "value" : null
80
+ "color" : " green"
81
81
},
82
82
{
83
83
"color" : " red" ,
121
121
"showLegend" : true
122
122
},
123
123
"tooltip" : {
124
+ "hideZeros" : false ,
124
125
"maxHeight" : 600 ,
125
126
"mode" : " single" ,
126
127
"sort" : " none"
127
128
}
128
129
},
130
+ "pluginVersion" : " 12.0.0" ,
129
131
"targets" : [
130
132
{
131
133
"aggregator" : " noop" ,
170
172
"axisLabel" : " " ,
171
173
"axisPlacement" : " auto" ,
172
174
"barAlignment" : 0 ,
175
+ "barWidthFactor" : 0.6 ,
173
176
"drawStyle" : " line" ,
174
177
"fillOpacity" : 0 ,
175
178
"gradientMode" : " none" ,
202
205
"mode" : " absolute" ,
203
206
"steps" : [
204
207
{
205
- "color" : " green" ,
206
- "value" : null
208
+ "color" : " green"
207
209
},
208
210
{
209
211
"color" : " red" ,
247
249
"showLegend" : true
248
250
},
249
251
"tooltip" : {
252
+ "hideZeros" : false ,
250
253
"maxHeight" : 600 ,
251
254
"mode" : " single" ,
252
255
"sort" : " none"
253
256
}
254
257
},
258
+ "pluginVersion" : " 12.0.0" ,
255
259
"targets" : [
256
260
{
257
261
"aggregator" : " noop" ,
279
283
"type" : " timeseries"
280
284
}
281
285
],
286
+ "preload" : false ,
282
287
"refresh" : " 5s" ,
283
- "schemaVersion" : 39 ,
288
+ "schemaVersion" : 41 ,
284
289
"tags" : [
285
290
" pdisk"
286
291
],
287
292
"templating" : {
288
293
"list" : [
289
294
{
290
295
"current" : {
291
- "selected" : false ,
292
296
"text" : " Olaf_ESS" ,
293
297
"value" : " bdnp5dbnxwl4wb"
294
298
},
295
- "hide" : 0 ,
296
299
"includeAll" : false ,
297
- "multi" : false ,
298
300
"name" : " Datasource" ,
299
301
"options" : [],
300
302
"query" : " opentsdb" ,
301
303
"refresh" : 1 ,
302
304
"regex" : " " ,
303
- "skipUrlSync" : false ,
304
305
"type" : " datasource"
305
306
},
306
307
{
307
308
"current" : {},
308
309
"datasource" : {
309
310
"type" : " opentsdb" ,
310
- "uid" : " aelsi0dap7w8we "
311
+ "uid" : " ${Datasource} "
311
312
},
312
313
"definition" : " tag_values(gpfs_pdds_bytes_read, gpfs_disk_name)" ,
313
314
"description" : " tag_values(gpfs" ,
314
- "hide" : 0 ,
315
315
"includeAll" : false ,
316
- "multi" : false ,
317
316
"name" : " disk" ,
318
317
"options" : [],
319
318
"query" : " tag_values(gpfs_pdds_bytes_read, gpfs_disk_name)" ,
320
319
"refresh" : 1 ,
321
320
"regex" : " ^(?!.*RG).*$" ,
322
- "skipUrlSync" : false ,
323
- "sort" : 0 ,
324
321
"type" : " query"
325
322
}
326
323
]
329
326
"from" : " now-30m" ,
330
327
"to" : " now"
331
328
},
332
- "timeRangeUpdatedDuringEditOrView" : false ,
333
329
"timepicker" : {},
334
330
"timezone" : " browser" ,
335
- "title" : " Individual physical disk wait time (data writes)" ,
336
- "weekStart" : " "
331
+ "title" : " Individual physical disk wait time (data writes)"
337
332
},
338
333
"status" : {}
339
334
}
You can’t perform that action at this time.
0 commit comments