gitdataai/admin/src
ZhenYi 27cd4ea83c
Some checks are pending
CI / Rust Lint & Check (push) Waiting to run
CI / Rust Tests (push) Waiting to run
CI / Frontend Lint & Type Check (push) Waiting to run
CI / Frontend Build (push) Blocked by required conditions
feat(admin/metrics): add Prometheus-compatible metrics endpoint and ops documentation
- Add /api/metrics/prometheus endpoint using prom-client (unauthenticated for scraping)
- Update middleware to allow unauthenticated access to prometheus endpoint
- Add /api/metrics permission routing (platform:read for GET)
- Install prom-client dependency
- Add metrics.md with Grafana dashboard JSON, Prometheus config, alerting rules
2026-04-26 14:49:25 +08:00
..
app feat(admin/metrics): add Prometheus-compatible metrics endpoint and ops documentation 2026-04-26 14:49:25 +08:00
components/admin feat(admin): remove daily report, add platform metrics endpoint 2026-04-26 14:44:21 +08:00
lib feat(admin): remove daily report, add platform metrics endpoint 2026-04-26 14:44:21 +08:00
types feat(admin): add admin panel with billing alerts and model sync 2026-04-19 20:48:59 +08:00
middleware.ts feat(admin/metrics): add Prometheus-compatible metrics endpoint and ops documentation 2026-04-26 14:49:25 +08:00