Description
The host_resource probe collects host-level resource metrics: CPU usage, memory usage, disk utilization, disk I/O, and network traffic. This is a pure collector — it emits gauge/counter metrics only, no check result.
Requires the HostAdapter platform adapter — supported on Linux and Windows only. If the adapter is unavailable on the current platform, the probe is skipped at construction.
Config fields
At least one collect* flag must be enabled, otherwise the probe fails at construction.
Metrics
Example config
Minimal config:
Notes
- If one metric family fails (e.g. nonexistent disk mount), the probe continues collecting other families and reports
degraded status rather than failing entirely.
- Counter metrics (disk I/O, network) are cumulative since boot — downstream computes rates by differencing consecutive samples.