Skip to content

Latest commit

 

History

History
78 lines (55 loc) · 2.23 KB

File metadata and controls

78 lines (55 loc) · 2.23 KB

hostmetricsreceiver/filesystem

Parent Component: hostmetrics

Default Metrics

The following metrics are emitted by default. Each of them can be disabled by applying the following configuration:

metrics:
  <metric_name>:
    enabled: false

system.filesystem.inodes.usage

FileSystem inodes used.

Unit Metric Type Value Type Aggregation Temporality Monotonic
{inodes} Sum Int Cumulative false

Attributes

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

system.filesystem.usage

Filesystem bytes used.

Unit Metric Type Value Type Aggregation Temporality Monotonic
By Sum Int Cumulative false

Attributes

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

Optional Metrics

The following metrics are not emitted by default. Each of them can be enabled by applying the following configuration:

metrics:
  <metric_name>:
    enabled: true

system.filesystem.utilization

Fraction of filesystem bytes used.

Unit Metric Type Value Type
1 Gauge Double

Attributes

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