mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-08-19 04:06:24 +00:00
add metric for per-cpu, per-stage timing
This commit is contained in:
@@ -46,6 +46,7 @@ const (
|
||||
SystemProcsRunning MetricID = "system/procs_running"
|
||||
SystemProcsBlocked MetricID = "system/procs_blocked"
|
||||
SystemInterruptsTotal MetricID = "system/interrupts_total"
|
||||
SystemCPUStat MetricID = "system/cpu_stat"
|
||||
NetDevRxBytes MetricID = "net/rx_bytes"
|
||||
NetDevRxPackets MetricID = "net/rx_packets"
|
||||
NetDevRxErrors MetricID = "net/rx_errors"
|
||||
|
||||
Reference in New Issue
Block a user