mirror of
https://github.com/prometheus-community/postgres_exporter
synced 2025-04-07 17:51:33 +00:00
Merge pull request #672 from Luckz/patch-2
Correct minor typos in README.md
This commit is contained in:
commit
02aff21cf7
@ -24,7 +24,7 @@ docker run \
|
|||||||
## Multi-Target Support (BETA)
|
## Multi-Target Support (BETA)
|
||||||
**This Feature is in beta and may require changes in future releases. Feedback is welcome.**
|
**This Feature is in beta and may require changes in future releases. Feedback is welcome.**
|
||||||
|
|
||||||
This exporter supports the [multi-target pattern](https://prometheus.io/docs/guides/multi-target-exporter/). This allows running a single instance of this exporter for multiple postgres targets. Using the milti-target funcationality of this exporter is **optional** and meant for users where it is impossible to install the exporter as a sidecar. For example SaaS-managed services.
|
This exporter supports the [multi-target pattern](https://prometheus.io/docs/guides/multi-target-exporter/). This allows running a single instance of this exporter for multiple postgres targets. Using the multi-target functionality of this exporter is **optional** and meant for cases where it is impossible to install the exporter as a sidecar, for example SaaS-managed services.
|
||||||
|
|
||||||
To use the multi-target functionality, send an http request to the endpoint `/probe?target=foo:5432` where target is set to the DSN of the postgres instance to scrape metrics from.
|
To use the multi-target functionality, send an http request to the endpoint `/probe?target=foo:5432` where target is set to the DSN of the postgres instance to scrape metrics from.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user