From adf8fc1d958e7b9808eb80a309247551baf21704 Mon Sep 17 00:00:00 2001 From: Luckz <224748+Luckz@users.noreply.github.com> Date: Wed, 10 Aug 2022 18:20:20 +0200 Subject: [PATCH 1/2] Correct minor typos in README.md Signed-off-by: Luckz <224748+Luckz@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7cb4621..6af13417 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ docker run \ ## Multi-Target Support (BETA) **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 funcationality 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. From b10a942f40e6e41192afd5493d0f09a1a1032922 Mon Sep 17 00:00:00 2001 From: Luckz <224748+Luckz@users.noreply.github.com> Date: Sun, 6 Nov 2022 16:24:43 +0100 Subject: [PATCH 2/2] Correct additional typo in README.md Signed-off-by: Luckz <224748+Luckz@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6af13417..2fc0ad8b 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ docker run \ ## Multi-Target Support (BETA) **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 multi-target funcationality 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. +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.