-
Notifications
You must be signed in to change notification settings - Fork 0
metrics dashboard
github-actions[bot] edited this page Aug 22, 2025
·
1 revision
This repo ships a ready-to-run monitoring profile for a quick overview of key metrics.
- Prometheus scrape of the proxy at
/metrics/prom
. - Grafana with a preloaded dashboard showing counters, bytes, and latency quantiles.
# Start the core stack first
make integration-up
# Then start monitoring profile
make metrics-up
# Prometheus: http://localhost:9090
# Grafana: http://localhost:3000 (admin/admin)
-
compose.metrics.yml
: Prometheus and Grafana services. -
monitoring/prometheus.yml
: scrape config pointing toproxy:8080/metrics/prom
. -
monitoring/grafana-provisioning
: datasource + dashboards provisioning. -
monitoring/dashboards/sqlumai_dashboard.json
: example dashboard.
make metrics-down