Change metric namespace from wmi to windows

This commit is contained in:
Calle Pettersson
2020-05-24 20:36:25 +02:00
parent 6f90d83b83
commit eaa23705d0
4 changed files with 9 additions and 9 deletions

View File

@@ -14,7 +14,7 @@ import (
// ...
const (
// TODO: Make package-local
Namespace = "wmi"
Namespace = "windows"
// Conversion factors
ticksToSecondsScaleFactor = 1 / 1e7