Route header stats display (Executions Today, Success Rate, P50, P99) #63
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The route-detail reference design shows 4 stat boxes in RouteHeader (Executions Today, Success Rate, P50 Latency, P99 Latency). Current implementation only shows title + group + node count.
Solution
Add 4 stat boxes below route identity using scoped stats query hook (
useStats(group, routeId)). Style to matchexamples/route-detail.htmlstat card design.Labels
route-diagram, feature