From 727ab83e0992e2d463c4d0c461577b3d8994ca91 Mon Sep 17 00:00:00 2001 From: jwansek Date: Wed, 28 May 2025 17:49:20 +0100 Subject: Updated docker-compose insecurely temporarily for debugging --- prometheus/prometheus.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'prometheus/prometheus.yml') diff --git a/prometheus/prometheus.yml b/prometheus/prometheus.yml index 8411313..efa9871 100644 --- a/prometheus/prometheus.yml +++ b/prometheus/prometheus.yml @@ -9,3 +9,7 @@ scrape_configs: static_configs: - targets: - pushgateway:9091 + - job_name: mqtt + static_configs: + - targets: + - mqtt_client:8000 -- cgit v1.2.3