Articles observability
TAG ARCHIVE

Everything on observability.

5 articles tagged observability, sorted newest first.

laravel

Laravel Context: Request Data That Follows Your Logs and Jobs

Stop threading a request ID through every log call. Laravel Context sets it once in middleware and follows the request into every queued job it dispatches.

6 min read
laravel

Centralized Laravel Logging with Grafana Loki and Alloy

Stop SSHing into boxes to grep laravel.log. Aggregate structured logs from every Laravel instance into Grafana Loki, then query and alert on them.

9 min read
laravel

The Complete Guide to Production Observability in Laravel: Pulse, Nightwatch, and OpenTelemetry

Most Laravel teams ship to production with nothing but log files. This guide wires up the three pillars of observability — metrics, traces, and logs — with Pulse, Nightwatch, and OpenTelemetry, then builds an alerting strategy around the golden signals.

17 min read
laravel

Trace Every LLM Call: Langfuse Observability for Prism in Laravel

Prism gives you the LLM API; Langfuse gives you the receipts. Wire them together with one env var and trace every prompt, token, and tool call in twenty minutes.

8 min read
Sentry

Install Sentry Self-Hosted on EC2 with Docker, Forge & SSL

Step-by-step guide to deploy Sentry Self-Hosted on an AWS EC2 Ubuntu 24.04 server provisioned via Forge. Configure Docker, swap, SSL with Nginx, MaxMind GeoIP, Slack & GitHub integrations, Mailgun SMTP, Laravel backend + browser tracing, and connect GitHub Copilot via Sentry’s MCP server. Includes troubleshooting.

11 min read