package host
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- class HostMetricsCollector extends Module
Collects CPU, Memory, Swap, Storage and Network metrics.
Collects CPU, Memory, Swap, Storage and Network metrics. The metrics collection is split into two groups: frequent and infrequent collector; the frequent collector records metrics that are highly volatile and do not accumulate over time, like the CPU usage, while the infrequent collector focuses on metrics that can be updated less frequently like swap and memory usage and cumulative metrics like network and storage usage.
Value Members
- object HostMetrics
- object HostMetricsCollector