feat: add prometheus + grafterm dashboard in local dev environment

This commit is contained in:
2023-07-08 12:18:38 -06:00
parent 2b91c1e167
commit c719fdca37
6 changed files with 243 additions and 4 deletions

View File

@ -0,0 +1,7 @@
scrape_configs:
- job_name: bouncer-proxy
metrics_path: /.bouncer/metrics
static_configs:
- targets:
- "localhost:8080"
scrape_interval: 5s