Increase prometheus's scrape_interval to 60m

This is sufficient to track the status of backups, that only run daily
This commit is contained in:
teutat3s 2022-07-03 16:59:04 +02:00
parent 8cfe7d8455
commit f477f7fd31
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -29,6 +29,8 @@ scrape_configs:
- targets: ["pub-solar-nextcloud-prometheus-exporter.inst.e5756d08-36fd-424b-f8bc-acdb92ca7b82.lev-1.int.greenbaum.zone:9205"]
- job_name: "cloud_pub_solar_nextcloud_backup"
# Backups run daily, so scraping this endpoint more often doesn't have any benefit
scrape_interval: 60m # Set the scrape interval to every 60 minutes. Default is every 1 minute.
# metrics_path defaults to '/metrics'
# scheme defaults to 'http'.