Parent Component: hostmetrics
The following metrics are emitted by default. Each of them can be disabled by applying the following configuration:
metrics:
<metric_name>:
enabled: false
FileSystem inodes used.
Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
---|---|---|---|---|
{inodes} | Sum | Int | Cumulative | false |
Name | Description | Values |
---|---|---|
device | Identifier of the filesystem. | Any Str |
mode | Mountpoint mode such "ro", "rw", etc. | Any Str |
mountpoint | Mountpoint path. | Any Str |
type | Filesystem type, such as, "ext4", "tmpfs", etc. | Any Str |
state | Breakdown of filesystem usage by type. | Str: free , reserved , used |
Filesystem bytes used.
Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
---|---|---|---|---|
By | Sum | Int | Cumulative | false |
Name | Description | Values |
---|---|---|
device | Identifier of the filesystem. | Any Str |
mode | Mountpoint mode such "ro", "rw", etc. | Any Str |
mountpoint | Mountpoint path. | Any Str |
type | Filesystem type, such as, "ext4", "tmpfs", etc. | Any Str |
state | Breakdown of filesystem usage by type. | Str: free , reserved , used |
The following metrics are not emitted by default. Each of them can be enabled by applying the following configuration:
metrics:
<metric_name>:
enabled: true
Fraction of filesystem bytes used.
Unit | Metric Type | Value Type |
---|---|---|
1 | Gauge | Double |
Name | Description | Values |
---|---|---|
device | Identifier of the filesystem. | Any Str |
mode | Mountpoint mode such "ro", "rw", etc. | Any Str |
mountpoint | Mountpoint path. | Any Str |
type | Filesystem type, such as, "ext4", "tmpfs", etc. | Any Str |