Refactor OpenWRT scrape configuration: clean up formatting and remove redundant line

This commit is contained in:
2025-08-02 01:11:45 +03:00
parent 8ad4d34af0
commit 14e8f69815

View File

@@ -41,9 +41,8 @@ declare "openwrt" {
} }
prometheus.scrape "openwrt_node_exporter" { prometheus.scrape "openwrt_node_exporter" {
targets = discovery.relabel.openwrt_node_exporter.output targets = discovery.relabel.openwrt_node_exporter.output
forward_to = argument.forward_to.value forward_to = argument.forward_to.value
scrape_interval = "15s"
} }
export "targets" { export "targets" {