Niveau {{ key }}{{ count }}
Source {{ key }}{{ count }}
{{ errorMsg }}
| Time UTC | Niveau | Source | Action | Owner | Correlation | Durée |
|---|---|---|---|---|---|---|
| {{ formatTime(hit.timestamp) }} | {{ hit.level }} | {{ hit.source }} | {{ hit.action }} | {{ hit.owner_email || '—' }} | {{ hit.correlation_id ? hit.correlation_id.substring(0, 12) : '—' }} | {{ hit.duration_ms ? hit.duration_ms + 'ms' : '—' }} |
Aucun event ne correspond à ces filtres.
Insights (24h)
Total events 24h
{{ stats.total }}
Erreurs
{{ (stats.by_level && stats.by_level.error) || 0 }}
Critical
{{ (stats.by_level && stats.by_level.critical) || 0 }}
Queue (worker)
{{ metrics ? metrics.queue_size : '—' }}
Top erreurs 24h
- {{ err._id.source }} · {{ err._id.action }} {{ err.count }}
- Aucune erreur — bon signe.
Endpoints les plus lents (≥1s)
- {{ slow._id }} {{ Math.round(slow.avg_ms) }}ms / max {{ Math.round(slow.max_ms) }}ms
- Aucun endpoint lent.
{{ detail.source }} · {{ detail.action }}
{{ detail.level }} {{ formatTime(detail.timestamp) }}
Owner : {{ detail.owner_email }}
Correlation : {{ detail.correlation_id }}
Payload
{{ JSON.stringify(detail.payload, null, 2) }}
Meta
{{ JSON.stringify(detail.meta, null, 2) }}