Insrease scraping interval.
This commit is contained in:
parent
c420447669
commit
8ad4d34af0
1 changed files with 3 additions and 2 deletions
|
|
@ -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" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue