Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HostAZExtractor ¶
type HostAZExtractor struct {
// Common base for all extractors that provides standard functionality.
plugins.BaseExtractor[
struct{},
shared.HostAZ,
]
}
type HostCapabilitiesExtractor ¶
type HostCapabilitiesExtractor struct {
// Common base for all extractors that provides standard functionality.
plugins.BaseExtractor[
struct{},
shared.HostCapabilities,
]
}
Extractor that extracts the traits of a compute host.
type HostPinnedProjectsExtractor ¶
type HostPinnedProjectsExtractor struct {
// Common base for all extractors that provides standard functionality.
plugins.BaseExtractor[
struct{},
shared.HostPinnedProjects,
]
}
Extractor that extracts the pinned projects of a compute host.
type HostUtilizationExtractor ¶
type HostUtilizationExtractor struct {
// Common base for all extractors that provides standard functionality.
plugins.BaseExtractor[
struct{},
shared.HostUtilization,
]
}
Extractor that extracts the utilization on a compute host.
type VMHostResidencyExtractor ¶
type VMHostResidencyExtractor struct {
// Common base for all extractors that provides standard functionality.
plugins.BaseExtractor[
struct{},
shared.VMHostResidencyHistogramBucket,
]
}
Extractor that extracts the time elapsed until the first migration of a virtual machine.
type VMHostResidencyRaw ¶
type VMLifeSpanHistogramExtractor ¶
type VMLifeSpanHistogramExtractor struct {
// Common base for all extractors that provides standard functionality.
plugins.BaseExtractor[
struct{},
shared.VMLifeSpanHistogramBucket,
]
}
Extractor that extracts the time elapsed until the vm was deleted.
type VMLifeSpanRaw ¶
Click to show internal directories.
Click to hide internal directories.