Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.12 KB

File metadata and controls

37 lines (24 loc) · 1.12 KB

hostmetricsreceiver/processes

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.processes.count

Total number of processes in each state.

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

Attributes

Name Description Values
status Breakdown status of the processes. Str: blocked, daemon, detached, idle, locked, orphan, paging, running, sleeping, stopped, system, unknown, zombies

system.processes.created

Total number of created processes.

Unit Metric Type Value Type Aggregation Temporality Monotonic
{processes} Sum Int Cumulative true