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"`).