L5 / Routing & Capacity
Routes
Last N routing decisions — which Send went to which Worker and why (weight calc breakdown).
⚙Phase 6 (debug aid for the weighted-random RoutingService)
Once Built, This Page Will Show
- •Last 100 routing decisions: Send id, candidate Workers, weights, picked Worker
- •Weight calc per candidate: trustScore × headroom × penalties
- •Per-region routing fan-out histogram (which Workers absorb traffic)
- •Misroute detector — when a Worker outside the region got picked
Backend Endpoints (When Built)
GET /v1/routing/decisions?limit=100GET /v1/routing/fan-out?region=it&hours=24