void.cat/prometheus.yml
Kieran d0458d094d
All checks were successful
continuous-integration/drone/push Build is passing
Fix prometheus
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" ]