feat: add capnp

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2026-02-27 12:15:35 +01:00
parent 3162971c89
commit 749ae245c7
115 changed files with 16596 additions and 31 deletions

16
templates/prometheus.yaml Normal file
View File

@@ -0,0 +1,16 @@
global:
scrape_interval: 15s
scrape_configs:
- job_name: "sq-cluster"
static_configs:
- targets:
- "sq-1:6062"
- "sq-2:6062"
- "sq-3:6062"
metrics_path: /health
# Scrape Jaeger for its own metrics.
- job_name: "jaeger"
static_configs:
- targets: ["jaeger:14269"]