diff --git a/infra/jobs/station/monitoring.levant.nomad b/infra/jobs/station/monitoring.levant.nomad index 28e927440c129b1e8df7143f07ba4d830640619d..34f65585c6687fcbf25f7c19c2ceedbcf0c50043 100644 --- a/infra/jobs/station/monitoring.levant.nomad +++ b/infra/jobs/station/monitoring.levant.nomad @@ -262,6 +262,13 @@ localhost:5432:grafana:postgres:password - targets: ["tango-prometheus-fast-exporter:8000"] labels: "host": "localhost" + - job_name: tango-slow + scrape_interval: 60s + scrape_timeout: 30s + static_configs: + - targets: ["tango-prometheus-slow-exporter:8000"] + labels: + "host": "localhost" - job_name: host scrape_interval: 60s static_configs: