OBSERVABILITY

How Lite treats your instance

Running totals only — no per-call log is stored, so this never outgrows browser storage.

{{ lastHour().calls }}calls, last hour
{{ lastDay().calls }}calls, last 24h
{{ errorRatePct(lastDay()) }}error rate, 24h
{{ lastDay().rateLimited }}429s, last 24h
{{ avgLatency(lastDay()) }}avg latency, 24h

{{ rateLimitNote() }}

Calls per hour

Last 24 hours

Red-topped bars contain errors. Hover a bar for details.

Calls per day

Last 14 days

By endpoint

All-time running totals

@for (row of endpoints(); track row.endpoint) { } @empty { }
Endpoint Calls Errors 429s Avg latency
{{ row.endpoint }} {{ row.calls }} {{ row.errors }} {{ row.rateLimited }} {{ avgLatency(row) }}
No API calls recorded yet.