add a link to guide "multi-target exporter pattern" (#878)
authorBaptiste Mille-Mathias <baptiste.millemathias@gmail.com>
Mon, 9 May 2022 22:32:18 +0000 (00:32 +0200)
committerGitHub <noreply@github.com>
Mon, 9 May 2022 22:32:18 +0000 (16:32 -0600)
it helps getting the grasp of the purpose of the relabel_config.

Signed-off-by: Baptiste Mille-Mathias <baptiste.millemathias@gmail.com>
README.md

index 36008aeea15474585ed76e78e5987ef75e5f0a80..b70d50565106fe5afb4d0eded3007e49dee0a02d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -77,6 +77,11 @@ This can be further limited by the `timeout` in the Blackbox exporter config fil
 
 ## Prometheus Configuration
 
+Blackbox exporter implements the multi-target exporter pattern, so we advice
+to read the guide [Understanding and using the multi-target exporter pattern
+](https://prometheus.io/docs/guides/multi-target-exporter/) to get the general
+idea about the configuration.
+
 The blackbox exporter needs to be passed the target as a parameter, this can be
 done with relabelling.