From 33ce73e8793df3c5bb3ddc3cbb640ce1b72849cc Mon Sep 17 00:00:00 2001 From: jwansek Date: Wed, 28 May 2025 17:30:41 +0100 Subject: Added to docker --- prometheus/prometheus.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'prometheus') diff --git a/prometheus/prometheus.yml b/prometheus/prometheus.yml index c9ded40..8411313 100644 --- a/prometheus/prometheus.yml +++ b/prometheus/prometheus.yml @@ -5,3 +5,7 @@ scrape_configs: static_configs: - targets: - prometheus:9090 + - job_name: pushgateway + static_configs: + - targets: + - pushgateway:9091 -- cgit v1.2.3