aboutsummaryrefslogtreecommitdiffstats
path: root/internal/metrics
Commit message (Expand)AuthorAgeFilesLines
* feat: separate Auth Writes and Auth Reads on dashboardbndw2026-02-151-4/+22
* feat: track authorized (authenticated + successful) requestsbndw2026-02-151-0/+7
* feat: add auth rejection metrics to dashboardbndw2026-02-151-5/+12
* feat: add metrics for blocked eventsbndw2026-02-152-0/+24
* style: dashboardbndw2026-02-141-5/+1
* style: restyle dashboard to match index page aestheticbndw2026-02-141-63/+89
* feat: add storage stats and average latency metricsbndw2026-02-141-0/+6
* fix: dashboard prefix detection with Go runtime metricsbndw2026-02-141-1/+2
* fix: properly chain gRPC interceptors and fix dashboard uptimebndw2026-02-141-6/+10
* refactor: serve metrics on main HTTP port instead of separate portbndw2026-02-141-4/+12
* feat: add metrics dashboard HTML pagebndw2026-02-142-0/+322
* feat: integrate config system into relay main.gobndw2026-02-141-0/+9
* feat: add Prometheus metrics and YAML config file supportbndw2026-02-143-0/+625