Get metrics from Btrfs in real time to:
The Btrfs check is included in the Datadog Agent package, so you don’t need to install anything else on your servers that use at least one Btrfs filesystem.
Configure the Agent according to your needs, edit the btrfs.d/conf.yaml
file in the conf.d/
folder at the root of your Agent’s configuration directory. See the sample btrfs.d/conf.yaml for all available configuration options.
Run the Agent’s status
subcommand and look for btrfs
under the Checks section.
system.disk.btrfs.total (gauge) | The total amount of space on a device Shown as byte |
system.disk.btrfs.used (gauge) | The used space on a device Shown as byte |
system.disk.btrfs.free (gauge) | The free space on a device Shown as byte |
system.disk.btrfs.usage (gauge) | The amount of space used on a device as a fraction of the total Shown as fraction |
system.disk.btrfs.unallocated (gauge) | The amount of unallocated space on a device Shown as byte |
The Btrfs check does not include any events.
The Btrfs check does not include any service checks.
Need help? Contact Datadog support.
On this Page