Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VROpsHostsystemContentionLongTermExtractor ¶
type VROpsHostsystemContentionLongTermExtractor struct {
// Common base for all extractors that provides standard functionality.
plugins.BaseExtractor[
struct{},
vmware.VROpsHostsystemContentionLongTerm,
]
}
Extractor that extracts CPU contention of vROps hostsystems and stores it as a feature into the database.
type VROpsHostsystemContentionShortTermExtractor ¶
type VROpsHostsystemContentionShortTermExtractor struct {
// Common base for all extractors that provides standard functionality.
plugins.BaseExtractor[
struct{},
vmware.VROpsHostsystemContentionShortTerm,
]
}
Extractor that extracts CPU contention of vROps hostsystems and stores it as a feature into the database.
type VROpsHostsystemResolver ¶
type VROpsHostsystemResolver struct {
// Common base for all extractors that provides standard functionality.
plugins.BaseExtractor[
struct{},
vmware.ResolvedVROpsHostsystem,
]
}
Extractor that resolves the vROps metrics hostsystem label to the corresponding Nova compute host and stores it as a feature into the database.
type VROpsProjectNoisinessExtractor ¶
type VROpsProjectNoisinessExtractor struct {
// Common base for all extractors that provides standard functionality.
plugins.BaseExtractor[
struct{},
vmware.VROpsProjectNoisiness,
]
}
Extractor that extracts the noisiness of projects and on which compute hosts they are currently running and stores it as a feature into the database.
Click to show internal directories.
Click to hide internal directories.