From: Ben Kochie Date: Thu, 18 Jan 2018 16:17:02 +0000 (+0100) Subject: Improve relabel config documentation (#286) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=3e7230e049156e9967bc375bf00e934426d8e45a;p=blackbox_exporter.git Improve relabel config documentation (#286) Improve the clarity of how to use the relabel config to adjust the blackbox exporter target. --- diff --git a/README.md b/README.md index 35159e6..5371329 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ scrape_configs: - source_labels: [__param_target] target_label: instance - target_label: __address__ - replacement: 127.0.0.1:9115 # Blackbox exporter. + replacement: 127.0.0.1:9115 # The blackbox exporter's real hostname:port. ``` ## Permissions