mirror of
https://github.com/prometheus-community/windows_exporter
synced 2025-01-28 02:03:02 +00:00
Fix interface->vm labelling of VID class
This commit is contained in:
parent
5a538d7682
commit
c241513d56
@ -110,19 +110,19 @@ func NewHyperVCollector() (Collector, error) {
|
||||
PhysicalPagesAllocated: prometheus.NewDesc(
|
||||
prometheus.BuildFQName(Namespace, buildSubsystemName("vid"), "physical_pages_allocated"),
|
||||
"The number of physical pages allocated",
|
||||
[]string{"interface"},
|
||||
[]string{"vm"},
|
||||
nil,
|
||||
),
|
||||
PreferredNUMANodeIndex: prometheus.NewDesc(
|
||||
prometheus.BuildFQName(Namespace, buildSubsystemName("vid"), "preferred_numa_node_index"),
|
||||
"The preferred NUMA node index associated with this partition",
|
||||
[]string{"interface"},
|
||||
[]string{"vm"},
|
||||
nil,
|
||||
),
|
||||
RemotePhysicalPages: prometheus.NewDesc(
|
||||
prometheus.BuildFQName(Namespace, buildSubsystemName("vid"), "remote_physical_pages"),
|
||||
"The number of physical pages not allocated from the preferred NUMA node",
|
||||
[]string{"interface"},
|
||||
[]string{"vm"},
|
||||
nil,
|
||||
),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user