From d6411a2f3dae2c11a4ac4d633b4e981881bba9f9 Mon Sep 17 00:00:00 2001 From: mabac16 <95291458+mabac16@users.noreply.github.com> Date: Tue, 10 Dec 2024 09:49:41 +0100 Subject: [PATCH] Update host-metrics-receiver.rst the latest release included the system scraper in the host metrics receiver which outputs the metric system.uptime (maybe more). please consider changing the documentation on both default configuration files and the receiver documentation. --- gdi/opentelemetry/components/host-metrics-receiver.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gdi/opentelemetry/components/host-metrics-receiver.rst b/gdi/opentelemetry/components/host-metrics-receiver.rst index 74cb7d08a..cf9129e9a 100644 --- a/gdi/opentelemetry/components/host-metrics-receiver.rst +++ b/gdi/opentelemetry/components/host-metrics-receiver.rst @@ -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 @@ -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 -