Alert template catalog

When you author a rule (Authoring rules), you start from a template — a pre-built condition you fill in with a threshold and scope — or write a raw expression. These are the built-in templates, by category.

Templates that reference Kubernetes metrics (the kubernetes and most infrastructure ones) only fire against agent-collected data, so they need a Kubernetes/Docker source — not an OTel-only service source.

Application

TemplateFires when
high_error_rateThe error-log rate in a service exceeds your threshold
http_5xx_rateThe HTTP 5xx rate exceeds your threshold
request_latency_p99p99 request latency exceeds your threshold
log_pattern_matchLogs matching a regex exceed a rate threshold
queue_backlogQueue depth exceeds your threshold
compositeTwo sub-expressions (A and B) combine with AND / OR

Adaptive (baseline-aware)

TemplateFires when
simple_anomalyThe latest value deviates from its learned baseline by N standard deviations
metric_change_percentA metric's absolute change over the window exceeds your threshold

> Despite the key name, metric_change_percent thresholds on the absolute delta, not a percentage. (Its display name is "Metric Change (Delta)".)

Infrastructure

TemplateFires when
high_cpuAverage container CPU usage exceeds your threshold
high_memoryNode memory utilisation exceeds a percentage threshold
low_diskFree disk percentage falls below your threshold
certificate_expiringA TLS certificate expires within N days

Kubernetes

TemplateFires when
pod_pendingA pod is stuck in Pending beyond the sustain window
pod_crashloopContainer restart count grows rapidly (CrashLoopBackOff)
kube_pod_not_readyA pod is in Failed or Unknown phase
kube_deployment_replicasA deployment has unavailable replicas
deployment_zero_availableA deployment has zero available replicas (full outage)
node_not_readyA node's Ready condition is false

Not a template — raw expressions

For anything the templates don't cover, switch the rule to expression mode and write the condition directly. See Authoring rules.