first commit :)

This commit is contained in:
2024-01-25 20:48:18 +01:00
commit a2dc0c038b
4 changed files with 172 additions and 0 deletions

15
prometheus.yml Normal file
View 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