Btrfs Integration¶
Infrastructure Integration¶
Instructions¶
Follow the installation guide below for your given collector environment.
During installation, use the configuration section below as reference.
After installation, the infrastructure datasources in the table below will be available in the AOC.
Installation Guide¶
Installing this integration consists of creating a yaml
file in the filesystem of your collectors.
Click below for instructions on how to do so for your given collectors environment.
Configuration¶
Edit btrfs.yaml
to configure the agent. Please refer btrfs.yaml
for all available configuration options.
instances:
- excluded_devices: [] # List of devices to exclude
Infrastructure Datasources¶
Datasource | Available Aggregations | Unit | Description |
---|---|---|---|
system.disk.btrfs.total | avg max min sum |
byte | The total amount of space on a device |
system.disk.btrfs.used | avg max min sum |
byte | The used space on a device |
system.disk.btrfs.free | avg max min sum |
byte | The free space on a device |
system.disk.btrfs.usage | avg max min sum |
fraction | The amount of space used on a device as a fraction of the total |