Refresh Export failed jobs Clear failed jobs Export logs

API errors (24h)

Count of API requests that returned client or server error status codes in the last 24 hours.

{{ $metrics['api_errors'] ?? 0 }}

Failed jobs

Number of background jobs that failed and may need investigation or retry.

{{ $metrics['failed_jobs'] ?? 0 }}

Queue latency

Average delay (in seconds) between job dispatch and when a worker begins processing it.

{{ $metrics['queue_latency'] ?? '—' }}

Uptime

Service availability percentage over the selected window (higher is better).

{{ $metrics['uptime'] ?? '—' }}

API errors (hourly)

Failed jobs (hourly)

@forelse($incidents as $incident) @empty @endforelse
Event Target Timestamp Actions
{{ $incident['event'] }}
ID {{ $incident['id'] }}
{{ $incident['target_type'] ?? '—' }}
{{ $incident['target_id'] ?? '—' }}
{{ $incident['created_at'] ?? '—' }} Inspect
No incidents found.
@once @push('scripts') @endpush @endonce