Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions gdi/opentelemetry/components/host-metrics-receiver.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The host metrics receiver generates metrics scraped from host systems when the C

By default, the host metrics receiver is activated in the Splunk Distribution of OpenTelemetry Collector and collects the following metrics:

- System metrics
- CPU usage metrics
- Disk I/O metrics
- CPU load metrics
Expand Down Expand Up @@ -91,6 +92,10 @@ Scrapers extract data from endpoints and then send that data to a specified targ
- Description
-

- ``system``
- System metrics
-

- ``cpu``
- CPU utilization metrics
-
Expand Down
Loading