durnitisp/prometheus/prometheus.yml
2020-07-10 20:53:36 -04:00

9 lines
173 B
YAML

global:
scrape_interval: 1m
evaluation_interval: 1m
scrape_configs:
- job_name: home_net
scheme: http
static_configs:
- targets: ["host.docker.internal:8080"]