From 5ee709f17b7c7482de68ba91b93479a389515fd5 Mon Sep 17 00:00:00 2001 From: Jonathan DeMasi Date: Thu, 13 Jan 2022 21:31:03 -0700 Subject: update --- prometheus/files/prometheus.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'prometheus') diff --git a/prometheus/files/prometheus.yml b/prometheus/files/prometheus.yml index 3598fb9..fb7ab4e 100644 --- a/prometheus/files/prometheus.yml +++ b/prometheus/files/prometheus.yml @@ -26,6 +26,7 @@ scrape_configs: - targets: - http://jthan.io # Target to probe with http. - https://jthan.io # Target to probe with https. + - https://fake.jthan.io relabel_configs: - source_labels: [__address__] target_label: __param_target -- cgit v1.2.3