Documentation ¶
Index ¶
Constants ¶
View Source
const Name = "mscluster_network"
Variables ¶
View Source
var ConfigDefaults = Config{}
Functions ¶
This section is empty.
Types ¶
type Collector ¶ added in v0.27.0
type Collector struct {
// contains filtered or unexported fields
}
A Collector is a Prometheus Collector for WMI MSCluster_Network metrics.
func NewWithFlags ¶
func NewWithFlags(_ *kingpin.Application) *Collector
func (*Collector) Collect ¶ added in v0.27.0
func (c *Collector) Collect(_ *types.ScrapeContext, ch chan<- prometheus.Metric) error
Collect sends the metric values for each metric to the provided prometheus metric channel.
func (*Collector) GetPerfCounter ¶ added in v0.27.0
type MSCluster_Network ¶
type MSCluster_Network struct { Name string Characteristics uint Flags uint Metric uint Role uint State uint }
MSCluster_Network docs: - https://docs.microsoft.com/en-us/previous-versions/windows/desktop/cluswmi/mscluster-network
Click to show internal directories.
Click to hide internal directories.