Skip to content

Commit 2ed7500

Browse files
authored
Fix of a copy-paste error (#5399)
1 parent 5da83ac commit 2ed7500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sources/flow/getting-started/collect-prometheus-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ To collect metrics from a custom set of targets, complete the following steps:
452452

453453
* To explicitly specify which HTTP path to collect metrics from, set
454454
the `__metrics_path__` key to the HTTP path to use. If the
455-
`__metrics_path__` key is not provided, the protocol to use is
455+
`__metrics_path__` key is not provided, the path to use is
456456
inherited by the settings of the `prometheus.scrape` component
457457
(default `"/metrics"`).
458458

0 commit comments

Comments
 (0)