Fix typo in vm_memory_pressure_minimum description

Signed-off-by: Andrew Banman <abanman@pnri.org>
This commit is contained in:
Andrew Banman 2022-05-12 13:04:04 -07:00
parent dd494b11bb
commit 8f6204f960
1 changed files with 1 additions and 1 deletions

View File

@ -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,
),