From ce8dcd2d4c1f8b243cc0b7a981146873eb634a58 Mon Sep 17 00:00:00 2001 From: goldbillka Date: Tue, 24 May 2022 21:40:33 +0300 Subject: [PATCH] Increased coinmarket timeout --- prometheus/rootfs/opt/prometheus-configgen/prometheus.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/rootfs/opt/prometheus-configgen/prometheus.template b/prometheus/rootfs/opt/prometheus-configgen/prometheus.template index bc0e2c1..94c8f7a 100644 --- a/prometheus/rootfs/opt/prometheus-configgen/prometheus.template +++ b/prometheus/rootfs/opt/prometheus-configgen/prometheus.template @@ -37,7 +37,7 @@ rule_files: static_configs: - targets: ['localhost:9090'] - job_name: 'coinmarket' - scrape_interval: 120s + scrape_interval: 300s # metrics_path defaults to '/metrics' # scheme defaults to 'http'.