durnitisp/prometheus/prometheus.yml

9 lines
173 B
YAML
Raw Normal View History

2020-07-06 15:58:48 -05:00
global:
scrape_interval: 1m
evaluation_interval: 1m
scrape_configs:
- job_name: home_net
scheme: http
static_configs:
- targets: ["host.docker.internal:8080"]