Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 823 Bytes

File metadata and controls

39 lines (25 loc) · 823 Bytes

hostmetricsreceiver/load

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.cpu.load_average.15m

Average CPU Load over 15 minutes.

Unit Metric Type Value Type
{thread} Gauge Double

system.cpu.load_average.1m

Average CPU Load over 1 minute.

Unit Metric Type Value Type
{thread} Gauge Double

system.cpu.load_average.5m

Average CPU Load over 5 minutes.

Unit Metric Type Value Type
{thread} Gauge Double