-
Notifications
You must be signed in to change notification settings - Fork 1
observability
Azizul Hakim edited this page Jan 3, 2026
·
4 revisions
Monitoring and debugging tools with a unified dashboard.
Observability Dashboard
URL: http://localhost:8000/observability
Central hub for all monitoring tools with built-in authentication.
Features:
- Request monitoring with timing
- Database query analysis
- Exception tracking with stack traces
- Cache performance monitoring
Access: Through observability dashboard
Features:
- Real-time application metrics
- User analytics and activity
- Slow query detection
- Queue performance monitoring
Access: Through observability dashboard
URL: http://localhost:8000/api/health
Comprehensive system health status check returning JSON response. For detailed check descriptions and response structure, see App Health Check.
Key Checks:
- System (Environment, Debug Mode, Disk Space)
- Application (Cache, Optimized App)
- Services (Database, Queue, Schedule)
- Custom (Migration Status)
All observability tools require authentication via built-in middleware.
Environment variables:
OBSERVABILITY_ENABLED=true
OBSERVABILITY_AUTH_ENABLED=falseTools not loading:
php artisan optimize:clear
php artisan telescope:pruneFor detailed documentation, see the Features Guide.
Copyright 2026, @AHS12 All Right Reserved
- Home - Documentation Overview
- Quick Start - Installation and setup
- Project Structure - Directory organization
- Features Overview - Summary of capabilities
- Backup System - Database backups
- Extra Information - Additional tools
- Observability - Dashboard & Telemetry
- Health Checks - System status
- Running Tests - Testing guide
- API Documentation - API specs & UI
- Docker Guide - Container setup