add metric for per-cpu, per-stage timing

This commit is contained in:
Karan Goel
2021-01-29 08:46:39 -08:00
parent e34e2763cf
commit 8648fe265a
6 changed files with 151 additions and 112 deletions
+1
View File
@@ -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"