weather: increase scrape interval

This commit is contained in:
Motiejus Jakštys 2024-09-13 16:45:54 +03:00
parent 26d06a2ebf
commit 918c4ccf61
1 changed files with 1 additions and 1 deletions

View File

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