From e50ddd5ab30f7269d8bc12a88371cfaac60d4539 Mon Sep 17 00:00:00 2001 From: Marvin Preuss Date: Wed, 20 Oct 2021 14:35:46 +0200 Subject: [PATCH] docs(prometheus): adds host label --- test/prometheus.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/prometheus.yml b/test/prometheus.yml index 970f6a6..ddc8f25 100644 --- a/test/prometheus.yml +++ b/test/prometheus.yml @@ -7,6 +7,8 @@ scrape_configs: static_configs: - targets: - speedtest.wobcom.de + labels: + host: mybox relabel_configs: - source_labels: [__address__] target_label: __param_target