HomeEE · Operations › Monitoring & alerting

Monitoring & alerting

Purpose: Define the golden signals for each AEM tier, the alert set worth waking for, and the dashboards worth trusting.

Who this page is for

AudienceWhy it matters to you
Platform engineersBuilders
All engineersConsumers on call

Golden signals per tier

TierWake-someone alertsDashboard trends
CDN/Dispatcher5xx rate spike; health-check fail; cert expiry <14dHit ratio, edge latency, top-miss URLs
PublishInstance out of LB; render p95 breach; thread pool saturation; disk >85%Uncached RPS, GC pauses, heap, sessions open
AuthorReplication queue blocked >5min; login failure spike; disk >85%; backup failedWorkflow backlog, DAM ingest queue, active authors
Platform-wideerror.log ERROR-rate spike; bundle not Active post-deploy; Sling HC red (endpoints)Repo size, index lag, integration success rates
Business syntheticCanary journey fails (load PHI plan page, check premium renders)Journey latency trend

The synthetic journey is the alert hierarchy's apex: it tests what users experience, through the whole chain, and catches the failures no single-tier check composes into.

Alert design rules

Implementation notes

Metrics via JMX exporters (Oak, replication, Sling metrics are all MBean-exposed) into your metrics stack; Sling Health Checks aggregated at /system/health for LB and probe use; log-based alerts from the aggregation platform (log management). Dashboards per tier plus the one-screen overview an incident commander reads at 3am.

Quick navigation