Fluent Bit input plugin that collects Linux host load averages, just like upitime command.
This plugin will only work on hosts running Linux, because it relies on /proc/loadavg file from Procfs.
- Docker
- Docker image
fluent-beats/fluent-bit-plugin-dev
./build.sh./test.shThis plugin was desined to collect load averages from any mounted Linux loadavg proc file.
This input plugin can be configured using the following parameters:
| Key | Description | Default |
|---|---|---|
| interval_sec | Interval in seconds to collect data | 10 |
| proc_path | Path to look for loadavg file | /proc |