From 1cb12529070ac2c1fc7efff12fb544291e57df1f Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Wed, 11 Oct 2023 10:05:44 +0200
Subject: [PATCH] Scrape Django more often for lower latency in demos

---
 prometheus/prometheus.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/prometheus/prometheus.yml b/prometheus/prometheus.yml
index 00ab339..fd5f57d 100644
--- a/prometheus/prometheus.yml
+++ b/prometheus/prometheus.yml
@@ -12,6 +12,7 @@ scrape_configs:
       - targets: ['node-exporter:9100']
 
   - job_name: 'django'
+    scrape_interval: 10s
     static_configs:
       - targets: ['django:8000']
 
-- 
GitLab