Add a prometheus config file

This commit is contained in:
Jeremy Wall 2020-07-06 15:58:48 -05:00 committed by Jeremy Wall
parent 632b14e6b2
commit a053970234

View File

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