weather: reduce scrape_interval
This commit is contained in:
parent
a094145cec
commit
151ee19ee7
@ -363,7 +363,7 @@ in
|
||||
}
|
||||
{
|
||||
job_name = "weather";
|
||||
scrape_interval = "29m";
|
||||
scrape_interval = "10m";
|
||||
static_configs = [ { targets = [ "127.0.0.1:${toString myData.ports.exporters.weather}" ]; } ];
|
||||
}
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user