mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-08 05:56:37 +00:00
chore: updated links to MS documentation for each struct
Signed-off-by: Sam Storie <sam.storie@emerson.com>
This commit is contained in:
@@ -559,7 +559,8 @@ func newMSCluster_ClusterCollector() (Collector, error) {
|
||||
}
|
||||
|
||||
// MSCluster_Cluster docs:
|
||||
// - <add link to documentation here>
|
||||
// - https://docs.microsoft.com/en-us/previous-versions/windows/desktop/cluswmi/mscluster-cluster
|
||||
//
|
||||
type MSCluster_Cluster struct {
|
||||
Name string
|
||||
|
||||
|
||||
@@ -55,7 +55,8 @@ func newMSCluster_NetworkCollector() (Collector, error) {
|
||||
}
|
||||
|
||||
// MSCluster_Network docs:
|
||||
// - <add link to documentation here>
|
||||
// - https://docs.microsoft.com/en-us/previous-versions/windows/desktop/cluswmi/mscluster-network
|
||||
//
|
||||
type MSCluster_Network struct {
|
||||
Name string
|
||||
|
||||
|
||||
@@ -118,7 +118,8 @@ func newMSCluster_NodeCollector() (Collector, error) {
|
||||
}
|
||||
|
||||
// MSCluster_Node docs:
|
||||
// - <add link to documentation here>
|
||||
// - https://docs.microsoft.com/en-us/previous-versions/windows/desktop/cluswmi/mscluster-node
|
||||
//
|
||||
type MSCluster_Node struct {
|
||||
Name string
|
||||
|
||||
|
||||
@@ -133,7 +133,8 @@ func newMSCluster_ResourceCollector() (Collector, error) {
|
||||
}
|
||||
|
||||
// MSCluster_Resource docs:
|
||||
// - <add link to documentation here>
|
||||
// - https://docs.microsoft.com/en-us/previous-versions/windows/desktop/cluswmi/mscluster-resource
|
||||
//
|
||||
type MSCluster_Resource struct {
|
||||
Name string
|
||||
Type string
|
||||
|
||||
@@ -132,7 +132,8 @@ func newMSCluster_ResourceGroupCollector() (Collector, error) {
|
||||
}
|
||||
|
||||
// MSCluster_ResourceGroup docs:
|
||||
// - <add link to documentation here>
|
||||
// - https://docs.microsoft.com/en-us/previous-versions/windows/desktop/cluswmi/mscluster-resourcegroup
|
||||
//
|
||||
type MSCluster_ResourceGroup struct {
|
||||
Name string
|
||||
|
||||
|
||||
Reference in New Issue
Block a user