Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeExporterHostCPUUsage ¶
type NodeExporterHostCPUUsage struct {
ComputeHost string `db:"compute_host"`
AvgCPUUsage float64 `db:"avg_cpu_usage"`
MaxCPUUsage float64 `db:"max_cpu_usage"`
}
Feature that maps CPU usage of kvm hosts.
func (NodeExporterHostCPUUsage) Indexes ¶
func (NodeExporterHostCPUUsage) Indexes() map[string][]string
Indexes for the feature.
func (NodeExporterHostCPUUsage) TableName ¶
func (NodeExporterHostCPUUsage) TableName() string
Table under which the feature is stored.
type NodeExporterHostMemoryActive ¶
type NodeExporterHostMemoryActive struct {
ComputeHost string `db:"compute_host"`
AvgMemoryActive float64 `db:"avg_memory_active"`
MaxMemoryActive float64 `db:"max_memory_active"`
}
Feature that maps memory active percentage of kvm hosts.
func (NodeExporterHostMemoryActive) Indexes ¶
func (NodeExporterHostMemoryActive) Indexes() map[string][]string
Indexes for the feature.
func (NodeExporterHostMemoryActive) TableName ¶
func (NodeExporterHostMemoryActive) TableName() string
Table under which the feature is stored.
Click to show internal directories.
Click to hide internal directories.