From c139670e22cbdc3dbfd4449ad21b46852989414e Mon Sep 17 00:00:00 2001 From: Shaunak Kashyap Date: Wed, 13 Dec 2023 14:21:36 +0530 Subject: [PATCH] Fix link to hostmetrics receiver (#12207) (cherry picked from commit f261e0136ffd909dbca7c4f6229e8fc7b6962635) --- docs/otel-direct.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/otel-direct.asciidoc b/docs/otel-direct.asciidoc index 734178e0066..bfc77cf1a1e 100644 --- a/docs/otel-direct.asciidoc +++ b/docs/otel-direct.asciidoc @@ -54,7 +54,7 @@ service: exporters: [logging, otlp/elastic] ---- <1> The receivers, like the -https://github.com/open-telemetry/opentelemetry-collector/tree/main/receiver/otlpreceiver[OTLP receiver], that forward data emitted by APM agents, or the https://github.com/open-telemetry/opentelemetry-collector/tree/main/receiver/hostmetricsreceiver[host metrics receiver]. +https://github.com/open-telemetry/opentelemetry-collector/tree/main/receiver/otlpreceiver[OTLP receiver], that forward data emitted by APM agents, or the https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/hostmetricsreceiver[host metrics receiver]. <2> We recommend using the https://github.com/open-telemetry/opentelemetry-collector/blob/main/processor/batchprocessor/README.md[Batch processor] and the https://github.com/open-telemetry/opentelemetry-collector/blob/main/processor/memorylimiterprocessor/README.md[memory limiter processor]. For more information, see https://github.com/open-telemetry/opentelemetry-collector/blob/main/processor/README.md#recommended-processors[recommended processors]. <3> The https://github.com/open-telemetry/opentelemetry-collector/tree/main/exporter/loggingexporter[logging exporter] is helpful for troubleshooting and supports various logging levels, like `debug`, `info`, `warn`, and `error`. <4> Elastic {observability} endpoint configuration.