@extends('layouts.app') @section('title', 'Monitoring') @section('breadcrumb')
Time | API Source | Status | Response Time | Details |
---|---|---|---|---|
{{ $log->created_at->format('H:i:s') }} | {{ $log->apiSource->name ?? 'Unknown' }} | {{ $log->status_code }} | {{ number_format($log->response_time, 2) }}s | @if($log->error_message) {{ Str::limit($log->error_message, 50) }} @else Success @endif |
No recent activity found
PHP Version:
Laravel Version:
Database:
Server Time:
{{ PHP_VERSION }}
{{ app()->version() }}
{{ config('database.default') }}
{{ now()->format('d M Y, H:i:s T') }}
API Sources:
API Targets:
API Receivers:
Total Logs:
{{ \App\Models\ApiSource::count() }}
{{ \App\Models\ApiTarget::count() }}
{{ \App\Models\ApiReceiver::count() }}
{{ \App\Models\ApiLog::count() }}