Vigilance is a self-hosted Laravel monitoring dashboard that tracks jobs, artisan commands, and scheduled tasks across any queue driver (Redis, SQS, database, Beanstalkd, sync). Unlike Horizon (Redis-only) or Telescope (local debugging), it writes a single lifecycle record per run, capturing parameters, exit codes, and exception traces. Key features include configurable sampling rates to control storage costs, manual job dispatch from auto-generated typed forms via reflection, custom business metrics (counters/gauges), Real User Monitoring with Core Web Vitals, exception grouping, SLO tracking, N+1 detection, uptime checks, log explorer, alerting integrations, and an MCP server for AI agent access. Requires PHP 8.2+, Laravel 12/13, and Livewire 3.5+/4. MIT-licensed.

4m read timeFrom laravel-news.com
Post cover image
Table of contents
# One Record Per Run, Across Every Driver# Manual Dispatch From Typed Forms# Custom Metrics and Core Web Vitals# Installation and Securing the Dashboard
111.4K Impressions2 Comments