mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-08-23 22:26:27 +00:00
Add disk metrics support.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user