routewatch/internal/server
sneak 23127b86e9 Add queue high water marks to handler statistics
- Track the maximum queue length seen for each handler
- Display high water marks on the status page with percentage
- Helps identify which handlers are experiencing queue pressure
2025-07-29 02:46:53 +02:00
..
handlers.go Add queue high water marks to handler statistics 2025-07-29 02:46:53 +02:00
middleware.go Fix concurrent map write panic in timeout middleware 2025-07-28 21:54:58 +02:00
routes.go Fix prefix distribution bug and add prefix length pages 2025-07-28 18:42:38 +02:00
server.go Refactor server package: split handlers and routes into separate files 2025-07-28 04:00:12 +02:00