From 6f72fc09341c6269b63a2b30a9192adca48643d2 Mon Sep 17 00:00:00 2001
From: Hannes Feldt <feldt@astron.nl>
Date: Tue, 26 Sep 2023 10:16:18 +0200
Subject: [PATCH] add tango slow exporter

---
 infra/jobs/station/monitoring.levant.nomad | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/infra/jobs/station/monitoring.levant.nomad b/infra/jobs/station/monitoring.levant.nomad
index 28e927440..34f65585c 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:
-- 
GitLab