Skip to content

Commit

Permalink
add a link to guide "multi-target exporter pattern" (#878)
Browse files Browse the repository at this point in the history
it helps getting the grasp of the purpose of the relabel_config.

Signed-off-by: Baptiste Mille-Mathias <[email protected]>
  • Loading branch information
bmillemathias authored May 9, 2022
1 parent 321ecde commit b633148
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit b633148

Please sign in to comment.