first commit :)
This commit is contained in:
15
prometheus.yml
Normal file
15
prometheus.yml
Normal file
@ -0,0 +1,15 @@
|
||||
global:
|
||||
scrape_interval: 10s
|
||||
scrape_configs:
|
||||
- job_name: prometheus
|
||||
static_configs:
|
||||
- targets:
|
||||
- prometheus:9090
|
||||
- job_name: reverse_caddy
|
||||
static_configs:
|
||||
- targets:
|
||||
- reverse_caddy:2019
|
||||
- job_name: cadvisor
|
||||
static_configs:
|
||||
- targets:
|
||||
- cadvisor:8080
|
Reference in New Issue
Block a user