mirror of
https://github.com/zaphar/durnitisp.git
synced 2025-07-22 18:19:48 -04:00
Add a prometheus config file
This commit is contained in:
parent
632b14e6b2
commit
a053970234
8
prometheus/prometheus.yml
Normal file
8
prometheus/prometheus.yml
Normal 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"]
|
Loading…
x
Reference in New Issue
Block a user