mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-03-01 08:06:38 +00:00
Fix typo in vm_memory_pressure_minimum description
Signed-off-by: Andrew Banman <abanman@pnri.org>
This commit is contained in:
@@ -652,7 +652,7 @@ func NewHyperVCollector() (Collector, error) {
|
|||||||
),
|
),
|
||||||
VMMemoryMinimumPressure: prometheus.NewDesc(
|
VMMemoryMinimumPressure: prometheus.NewDesc(
|
||||||
prometheus.BuildFQName(Namespace, buildSubsystemName("vm_memory"), "pressure_minimum"),
|
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"},
|
[]string{"vm"},
|
||||||
nil,
|
nil,
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user