[ LEARN ]
Laravel monitoring glossary
Short, definitional reads on the concepts that come up when monitoring Laravel in production. Built for skimming and citing.
QUICK ANSWER
What are the core concepts in application monitoring?
APM (application performance monitoring) is the software category; observability is the broader practice. Latency percentiles (p95, p99) are how you measure user-experienced speed; Apdex compresses them into a single 0-1 score. N+1 queries are the most common Laravel performance bug; exception fingerprinting is how error trackers group repeated failures into single issues.
Updated · 2026-04-13
FUNDAMENTALS
What is APM?
Application Performance Monitoring — what it captures, how it differs from logging and observability.
What is observability?
The three pillars (metrics, logs, traces) and how observability differs from monitoring.
What is an APM agent?
In-process vs out-of-process vs PHP extension — how each architecture affects request-path overhead.
PERFORMANCE
p95 vs p99 latency
Latency percentiles explained, why averages lie, and how the gap between p95 and p99 exposes tail problems.
Apdex score
The 0 to 1 application performance index — formula, T threshold, and why percentiles often beat it.
N+1 queries
The most common Laravel performance bug, explained with Eloquent examples and the eager-loading fix.
LARAVEL-SPECIFIC
TRACING
Distributed tracing in Laravel
What distributed tracing is, when a Laravel monolith doesn't need it, and when it's worth the setup cost.
OpenTelemetry in Laravel
What OpenTelemetry is, how to set it up in Laravel, and when to pick it over vendor SDKs.
What is a trace?
A trace is the full record of one request's journey — tree of spans sharing a trace ID, rendered as a waterfall.
What is a span?
One unit of work inside a trace — a DB query, HTTP call, or function with start/end times, attributes, and parent links.
Head-based vs tail-based sampling
Two strategies for sampling traces without losing signal. Head is cheap; tail is smarter.
What is a correlation ID?
A unique ID tying every log, span, and downstream request together. How to add one to Laravel.
PRICING
Flat pricing. No event caps. No per-seat fees.
14-day free trial, no credit card. Your PostgreSQL, your data.
HOBBY
1 app · 14 days lookback · all Laravel events
TEAM
Up to 3 connected apps · unlimited environments · all Laravel events
AGENCY
Unlimited apps · unlimited agent instances · same flat rate at any traffic