Expand description
Bundled management console served at /console.
A tiny, dependency-free management console bundled into the server binary and
served at GET /console. It polls the aggregate /metrics endpoint and renders
a live health view (up, uptime, memories, cluster nodes, CPU, memory, request
rate and latency), so self-hosters get a management UI with no extra deploy and
no build step. It reads only the already-public /metrics, so it needs no auth
of its own.
Functionsยง
- handler
GET /console: the bundled management console.