Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VMwareHostContentionKPI ¶
type VMwareHostContentionKPI struct {
// Common base for all KPIs that provides standard functionality.
plugins.BaseKPI[struct{}] // No options passed through yaml config
// contains filtered or unexported fields
}
func (*VMwareHostContentionKPI) Collect ¶
func (k *VMwareHostContentionKPI) Collect(ch chan<- prometheus.Metric)
func (*VMwareHostContentionKPI) Describe ¶
func (k *VMwareHostContentionKPI) Describe(ch chan<- *prometheus.Desc)
func (VMwareHostContentionKPI) GetName ¶
func (VMwareHostContentionKPI) GetName() string
type VMwareProjectNoisinessKPI ¶
type VMwareProjectNoisinessKPI struct {
// Common base for all KPIs that provides standard functionality.
plugins.BaseKPI[struct{}] // No options passed through yaml config
// contains filtered or unexported fields
}
func (*VMwareProjectNoisinessKPI) Collect ¶
func (k *VMwareProjectNoisinessKPI) Collect(ch chan<- prometheus.Metric)
func (*VMwareProjectNoisinessKPI) Describe ¶
func (k *VMwareProjectNoisinessKPI) Describe(ch chan<- *prometheus.Desc)
func (VMwareProjectNoisinessKPI) GetName ¶
func (VMwareProjectNoisinessKPI) GetName() string
Click to show internal directories.
Click to hide internal directories.