We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b2180 commit ae416ccCopy full SHA for ae416cc
plugin/disk.json
@@ -63,5 +63,32 @@
63
},
64
"legend_format": "%5.1lf%ss",
65
"scale": 0.001
66
+ },
67
+ "pending_operations": {
68
+ "title": "Disk Pending Operations ({{PI}}) on {{HOST}}",
69
+ "vertical": "Operations",
70
+ "legend": {
71
+ "value": {
72
+ "name": "Operations",
73
+ "color": "0000f0"
74
+ }
75
76
+ "legend_format": "%5.1lf%s"
77
78
+ "disk_io_time": {
79
+ "title": "Disk time spent doing I/Os ({{PI}}) on {{HOST}}",
80
+ "vertical": "I/O time (s)",
81
82
+ "io_time": {
83
+ "name": "I/O Time",
84
+ "color": "0000ff"
85
86
+ "weighted_io_time": {
87
+ "name": "Weighted I/O Time",
88
+ "color": "f0a000"
89
90
91
+ "legend_format": "%5.1lf%ss",
92
+ "scale": 0.001
93
}
94
0 commit comments