fix system usage naming
Signed-off-by: Boris Popovschi <zyqsempai@mail.ru>
This commit is contained in:
parent
659c971cad
commit
929ab521c6
@ -58,7 +58,7 @@ var cpuMetrics = []*metric{
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "cpu_kernel_usage",
|
name: "cpu_system_usage",
|
||||||
help: "Current cpu usage in kernel space (cgroup v2)",
|
help: "Current cpu usage in kernel space (cgroup v2)",
|
||||||
unit: metrics.Unit("microseconds"),
|
unit: metrics.Unit("microseconds"),
|
||||||
vt: prometheus.GaugeValue,
|
vt: prometheus.GaugeValue,
|
||||||
|
Loading…
Reference in New Issue
Block a user