From a8318bbc940e7db9f440c9e1940c768bb0914caf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Otto=20Kr=C3=B6pke?= Date: Sat, 9 Nov 2024 22:54:44 +0100 Subject: [PATCH] Refactor HyperV collector MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan-Otto Kröpke --- internal/collector/cpu/cpu.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/collector/cpu/cpu.go b/internal/collector/cpu/cpu.go index 35028c0ea..628d05dda 100644 --- a/internal/collector/cpu/cpu.go +++ b/internal/collector/cpu/cpu.go @@ -13,6 +13,7 @@ import ( v1 "github.com/prometheus-community/windows_exporter/internal/perfdata/v1" "github.com/prometheus-community/windows_exporter/internal/toggle" "github.com/prometheus-community/windows_exporter/internal/types" + "github.com/prometheus-community/windows_exporter/internal/utils" "github.com/prometheus/client_golang/prometheus" )