feat(): added compose setup with full observability stack

This commit is contained in:
ITQ
2026-04-18 10:35:06 +03:00
parent 123528dcb9
commit 1ff759b53b
42 changed files with 9717 additions and 0 deletions
@@ -0,0 +1,24 @@
global:
scrape_interval: 5s
scrape_configs:
- job_name: postgres
static_configs:
- targets:
- postgres-exporter:9187
- job_name: valkey
static_configs:
- targets:
- redis-exporter:9121
- job_name: otel-collector
static_configs:
- targets:
- otel-collector:8888
- job_name: vmagent
static_configs:
- targets:
- localhost:8429
- job_name: caddy
static_configs:
- targets:
- caddy:8404