Events
{{ stats.total_events }}
{{ stats.hours }}h window
Errors
{{ stats.error_count }}
Avg duration
{{ stats.avg_duration_ms }}ms
Actions
{{ Object.keys(stats.by_action||{}).length }}
{{ Object.keys(stats.by_resource||{}).length }} resource types
Total errors
{{ errStats.total }}
{{ errStats.hours }}h
Unresolved
{{ errStats.unresolved }}
By level
{{ l }}{{ c }}
| Time | Action | Resource | Detail | Status | Duration |
|---|---|---|---|---|---|
| {{ formatTime(e.created_at) }} | {{ e.action }} | {{ e.resource_type }} | {{ e.detail }} | {{ e.status_code }} | {{ e.duration_ms }}ms |
| No events in this period | |||||
{{ err.level }}
{{ err.source }}
✓ resolved
{{ formatTime(err.created_at) }}
{{ err.message }}
Context
{{ JSON.stringify(err.context,null,2) }}
✨
No errors