diff --git a/collector/hyperv.go b/collector/hyperv.go index 3309c50f..390a81db 100644 --- a/collector/hyperv.go +++ b/collector/hyperv.go @@ -657,7 +657,7 @@ func NewHyperVCollector() (Collector, error) { nil, ), VMMemoryPhysicalMemory: prometheus.NewDesc( - prometheus.BuildFQName(Namespace, buildSubsystemName("vm_memory"), "physical_memory"), + prometheus.BuildFQName(Namespace, buildSubsystemName("vm_memory"), "physical"), "This gauge represents the current amount of memory in MB assigned to the VM.", []string{"vm"}, nil,