From 8f6204f960706138e4f88a89855de32a0983d2a2 Mon Sep 17 00:00:00 2001 From: Andrew Banman Date: Thu, 12 May 2022 13:04:04 -0700 Subject: [PATCH] Fix typo in vm_memory_pressure_minimum description Signed-off-by: Andrew Banman --- collector/hyperv.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collector/hyperv.go b/collector/hyperv.go index 33211cfe..42b1b7c6 100644 --- a/collector/hyperv.go +++ b/collector/hyperv.go @@ -652,7 +652,7 @@ func NewHyperVCollector() (Collector, error) { ), VMMemoryMinimumPressure: prometheus.NewDesc( prometheus.BuildFQName(Namespace, buildSubsystemName("vm_memory"), "pressure_minimum"), - "This gauge represents the minmum pressure band in the VM.", + "This gauge represents the minimum pressure band in the VM.", []string{"vm"}, nil, ),