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
Total number of processes in each state.
Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
---|---|---|---|---|
{processes} | Sum | Int | Cumulative | false |
Name | Description | Values |
---|---|---|
status | Breakdown status of the processes. | Str: blocked , daemon , detached , idle , locked , orphan , paging , running , sleeping , stopped , system , unknown , zombies |
Total number of created processes.
Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
---|---|---|---|---|
{processes} | Sum | Int | Cumulative | true |