Real-time counts of events across this Worker's demo routes, for the current UTC day.
| Route | Count | Share |
|---|---|---|
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 |
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).