fix system usage naming
Signed-off-by: Boris Popovschi <zyqsempai@mail.ru>
This commit is contained in:
		| @@ -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, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Boris Popovschi
					Boris Popovschi