void.cat/prometheus.yml
2023-12-25 18:08:12 +00:00

6 lines
121 B
YAML

global:
scrape_interval: "10s"
scrape_configs:
- job_name: void-cat
static_configs:
- targets: [ "web:80" ]