diff --git a/docker/conf/prometheus.yml b/docker/conf/prometheus.yml --- a/docker/conf/prometheus.yml +++ b/docker/conf/prometheus.yml @@ -31,3 +31,9 @@ - targets: - swh-web:5004 metrics_path: /metrics/prometheus + + - job_name: swh-counters-exporter + static_configs: + - targets: + - swh-counters:5011 + metrics_path: /metrics