Integrate perflib

Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
This commit is contained in:
Jan-Otto Kröpke
2023-07-10 01:56:17 +02:00
parent 80cf16efe8
commit 750225775b
11 changed files with 841 additions and 80 deletions

View File

@@ -9,7 +9,7 @@ import (
"github.com/alecthomas/kingpin/v2"
"github.com/go-kit/log"
"github.com/go-kit/log/level"
"github.com/leoluk/perflib_exporter/perflib"
"github.com/prometheus-community/windows_exporter/wmi/perflib"
"github.com/prometheus/client_golang/prometheus"
"golang.org/x/sys/windows/registry"
)