From 8ad4d34af052eb948198f834f19cc9297b6f2884 Mon Sep 17 00:00:00 2001 From: Karolis2011 Date: Sat, 2 Aug 2025 01:09:24 +0300 Subject: [PATCH] Insrease scraping interval. --- OpenWRT/openwrt.alloy | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/OpenWRT/openwrt.alloy b/OpenWRT/openwrt.alloy index 5bac46c..c7c46a5 100644 --- a/OpenWRT/openwrt.alloy +++ b/OpenWRT/openwrt.alloy @@ -41,8 +41,9 @@ declare "openwrt" { } prometheus.scrape "openwrt_node_exporter" { - targets = discovery.relabel.openwrt_node_exporter.output - forward_to = argument.forward_to.value + targets = discovery.relabel.openwrt_node_exporter.output + forward_to = argument.forward_to.value + scrape_interval = "15s" } export "targets" {