diff options
Diffstat (limited to 'prometheus/prometheus.yml')
-rw-r--r-- | prometheus/prometheus.yml | 4 |
1 files changed, 4 insertions, 0 deletions
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 |