Add disk metrics support.

This commit is contained in:
Xuewei Zhang
2019-06-13 00:51:17 -07:00
parent 23dc265971
commit 7ad5dec712
9 changed files with 604 additions and 2 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"disk": {
"metricsConfigs": {
"disk/io_time": {
"displayName": "disk/io_time"
},
"disk/weighted_io": {
"displayName": "disk/weighted_io"
},
"disk/avg_queue_len": {
"displayName": "disk/avg_queue_len"
}
},
"includeRootBlk": true,
"includeAllAttachedBlk": true,
"lsblkTimeout": "5s"
},
"invokeInterval": "60s"
}