From cc07612985e99b62aacaceebb81bcfbcaec7bd5d Mon Sep 17 00:00:00 2001 From: terszt Date: Fri, 6 Oct 2023 15:07:13 +0200 Subject: [PATCH] Fix of a copy-paste error --- docs/sources/flow/getting-started/collect-prometheus-metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/flow/getting-started/collect-prometheus-metrics.md b/docs/sources/flow/getting-started/collect-prometheus-metrics.md index 8291def64d51..d4143697e71b 100644 --- a/docs/sources/flow/getting-started/collect-prometheus-metrics.md +++ b/docs/sources/flow/getting-started/collect-prometheus-metrics.md @@ -452,7 +452,7 @@ To collect metrics from a custom set of targets, complete the following steps: * To explicitly specify which HTTP path to collect metrics from, set the `__metrics_path__` key to the HTTP path to use. If the - `__metrics_path__` key is not provided, the protocol to use is + `__metrics_path__` key is not provided, the path to use is inherited by the settings of the `prometheus.scrape` component (default `"/metrics"`).