Route header stats display (Executions Today, Success Rate, P50, P99) #63

Closed
opened 2026-03-14 22:05:59 +01:00 by claude · 0 comments
Owner

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 match examples/route-detail.html stat card design.

Labels

route-diagram, feature

## 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 match `examples/route-detail.html` stat card design. ## Labels route-diagram, feature
Sign in to join this conversation.