weather: reduce scrape_interval

This commit is contained in:
Motiejus Jakštys 2024-09-15 08:14:58 +03:00
parent a094145cec
commit 151ee19ee7
1 changed files with 1 additions and 1 deletions

View File

@ -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}" ]; } ];
}
{