Files
website/telemetry/prometheus.yaml
Julien Valverdé c0cac90a66
All checks were successful
Build / build (push) Successful in 41s
Lint / lint (push) Successful in 13s
Initial version (#1)
Co-authored-by: Julien Valverdé <julien.valverde@mailo.com>
Reviewed-on: #1
2025-09-18 01:26:10 +02:00

14 lines
247 B
YAML

---
global:
scrape_interval: 15s
evaluation_interval: 15s
scrape_configs:
- job_name: prometheus
static_configs:
- targets:
- localhost:9090
- job_name: tempo
static_configs:
- targets:
- tempo:3200