Skip to content

feat(admin): add Prometheus-backed /admin/metrics SSE endpoint#662

Open
Ferryx349 wants to merge 3 commits into
cameri:mainfrom
Ferryx349:ADMIN-CONSOLE-2-SSE
Open

feat(admin): add Prometheus-backed /admin/metrics SSE endpoint#662
Ferryx349 wants to merge 3 commits into
cameri:mainfrom
Ferryx349:ADMIN-CONSOLE-2-SSE

fix(admin): address SSE lifecycle and Prometheus parsing review feedback

18d6f07
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jul 6, 2026 in 2s

1 new alert including 1 high severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 25 in src/routes/admin/index.ts

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.