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
Bytes of memory in use.
Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
---|---|---|---|---|
By | Sum | Int | Cumulative | false |
Name | Description | Values |
---|---|---|
state | Breakdown of memory usage by type. | Str: buffered , cached , inactive , free , slab_reclaimable , slab_unreclaimable , 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
An estimate of how much memory is available for starting new applications, without swapping. This is a more accurate alternative than system.memory.usage with state=free. (Linux only)
Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
---|---|---|---|---|
By | Sum | Int | Cumulative | false |
Total bytes of memory available.
Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
---|---|---|---|---|
By | Sum | Int | Cumulative | false |
Percentage of memory bytes in use.
Unit | Metric Type | Value Type |
---|---|---|
1 | Gauge | Double |
Name | Description | Values |
---|---|---|
state | Breakdown of memory usage by type. | Str: buffered , cached , inactive , free , slab_reclaimable , slab_unreclaimable , used |