weather: increase scrape interval
This commit is contained in:
parent
26d06a2ebf
commit
918c4ccf61
@ -363,7 +363,7 @@ in
|
||||
}
|
||||
{
|
||||
job_name = "weather";
|
||||
scrape_interval = "1m";
|
||||
scrape_interval = "29m";
|
||||
static_configs = [ { targets = [ "127.0.0.1:${toString myData.ports.exporters.weather}" ]; } ];
|
||||
}
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user