Laravel Spy · Dashboard
Period
Last 24h
Last 7 days
Last 30 days
{{ number_format($total) }}
Total
{{ number_format($count2xx) }}
2xx
{{ number_format($count4xx) }}
4xx
{{ number_format($count5xx) }}
5xx
{{ number_format($count500) }}
HTTP 500
Requests over time
From {{ $from->format('Y-m-d H:i') }} to now
Top failing URLs (5xx)
From {{ $from->format('Y-m-d H:i') }} to now
URL
Failures
@forelse($topFailures as $row)
{{ $row->url }}
{{ $row->failures }}
@empty
No 5xx requests in the selected period.
@endforelse