Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1263ccd

Browse files
sysadmindSuperQ
andauthoredJul 5, 2022
Update README.md
Co-authored-by: Ben Kochie <superq@gmail.com>
1 parent e64883f commit 1263ccd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ docker run \
2424
## Multi-Target Support (BETA)
2525
**This Feature is in beta and may require changes in future releases. Feedback is welcome.**
2626

27-
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**. 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.
27+
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.
28+
29+
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.
2830

2931
To avoid putting sensitive information like username and password in the URL, preconfigured auth modules are supported via the [auth_modules](#auth_modules) section of the config file. auth_modules for DSNs can be used with the `/probe` endpoint by specifying the `?auth_module=foo` http parameter.
3032

0 commit comments

Comments
 (0)
Please sign in to comment.