diff --git a/logging/prometheus.yml b/logging/prometheus.yml index b242c40..906355f 100644 --- a/logging/prometheus.yml +++ b/logging/prometheus.yml @@ -31,6 +31,10 @@ scrape_configs: labels: role: link + - job_name: mosquitto-exporter + static_configs: + - targets: [mosquitto-exporter:9234] + - job_name: postgres static_configs: - targets: [postgres-exporter:9187]