Live Analytics

Real-time counts of events across this Worker's demo routes, for the current UTC day.

10total events today
8distinct routes
0unique ephemeral IDs (login demo)

Events by route

RouteCountShare
GET / 3
GET /login 1
GET /api-demo 1
GET /protected/* 1
GET /pre-clearance 1
GET /replay 1
GET /debug 1
GET /compare 1
Data model: Every route handler calls recordEvent() which appends to a per-day counter stored in KV. Retention: 7 days. This is a demo-grade dashboard - for production use Workers Analytics Engine (SQL-queryable, no read-modify-write races, sub-second latency).

Back to home