coreos-home-server/service/prometheus/container/config/prometheus.yml
Alex Palaistras a6729b476c dovecot: Use group_by, not fields for metric labels
As the former does not do exactly what it says it does in documentation.
Also, we decrease the default scrape interval for Prometheus from 1m to
30s to improve granularity of data.
2022-04-27 20:34:58 +01:00

9 lines
175 B
YAML

global:
scrape_interval: 30s
scrape_configs:
- job_name: prometheus
honor_labels: true
file_sd_configs:
- files:
- /etc/prometheus/service.d/*.yml