mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-22 20:56:36 +00:00
chore: removing some errant comments about perflib
Signed-off-by: Sam Storie <sam.storie@emerson.com>
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
registerCollector("mscluster_cluster", newMSCluster_ClusterCollector) // TODO: Add any perflib dependencies here
|
registerCollector("mscluster_cluster", newMSCluster_ClusterCollector)
|
||||||
}
|
}
|
||||||
|
|
||||||
// A MSCluster_ClusterCollector is a Prometheus collector for WMI MSCluster_Cluster metrics
|
// A MSCluster_ClusterCollector is a Prometheus collector for WMI MSCluster_Cluster metrics
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
registerCollector("mscluster_network", newMSCluster_NetworkCollector) // TODO: Add any perflib dependencies here
|
registerCollector("mscluster_network", newMSCluster_NetworkCollector)
|
||||||
}
|
}
|
||||||
|
|
||||||
// A MSCluster_NetworkCollector is a Prometheus collector for WMI MSCluster_Network metrics
|
// A MSCluster_NetworkCollector is a Prometheus collector for WMI MSCluster_Network metrics
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
registerCollector("mscluster_node", newMSCluster_NodeCollector) // TODO: Add any perflib dependencies here
|
registerCollector("mscluster_node", newMSCluster_NodeCollector)
|
||||||
}
|
}
|
||||||
|
|
||||||
// A MSCluster_NodeCollector is a Prometheus collector for WMI MSCluster_Node metrics
|
// A MSCluster_NodeCollector is a Prometheus collector for WMI MSCluster_Node metrics
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
registerCollector("mscluster_resource", newMSCluster_ResourceCollector) // TODO: Add any perflib dependencies here
|
registerCollector("mscluster_resource", newMSCluster_ResourceCollector)
|
||||||
}
|
}
|
||||||
|
|
||||||
// A MSCluster_ResourceCollector is a Prometheus collector for WMI MSCluster_Resource metrics
|
// A MSCluster_ResourceCollector is a Prometheus collector for WMI MSCluster_Resource metrics
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
registerCollector("mscluster_resourcegroup", newMSCluster_ResourceGroupCollector) // TODO: Add any perflib dependencies here
|
registerCollector("mscluster_resourcegroup", newMSCluster_ResourceGroupCollector)
|
||||||
}
|
}
|
||||||
|
|
||||||
// A MSCluster_ResourceGroupCollector is a Prometheus collector for WMI MSCluster_ResourceGroup metrics
|
// A MSCluster_ResourceGroupCollector is a Prometheus collector for WMI MSCluster_ResourceGroup metrics
|
||||||
|
|||||||
Reference in New Issue
Block a user