mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-03-07 19:16:36 +00:00
Initial cpu collector implementation
This commit is contained in:
@@ -5,6 +5,9 @@ import "github.com/prometheus/client_golang/prometheus"
|
||||
// ...
|
||||
const (
|
||||
Namespace = "wmi"
|
||||
|
||||
// Conversion factors
|
||||
ticksToSecondsScaleFactor = 1 / 1e7
|
||||
)
|
||||
|
||||
// Factories ...
|
||||
|
||||
Reference in New Issue
Block a user