Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StoragePoolCPUUsageExtractor ¶
type StoragePoolCPUUsageExtractor struct {
// Common base for all extractors that provides standard functionality.
plugins.BaseExtractor[
struct{},
netapp.StoragePoolCPUUsage,
]
}
Extractor that extracts the CPU usage of a storage pool.
func (*StoragePoolCPUUsageExtractor) Extract ¶
func (e *StoragePoolCPUUsageExtractor) Extract() ([]plugins.Feature, error)
Extract the CPU usage of a storage pool.
func (*StoragePoolCPUUsageExtractor) GetName ¶
func (*StoragePoolCPUUsageExtractor) GetName() string
Name of this feature extractor that is used in the yaml config, for logging etc.
func (StoragePoolCPUUsageExtractor) Triggers ¶
func (StoragePoolCPUUsageExtractor) Triggers() []string
Get message topics that trigger a re-execution of this extractor.
Click to show internal directories.
Click to hide internal directories.