Alerting

Definition

Automatically notifying the right people when a system metric crosses a threshold or when unexpected events occur, ensuring timely responses.

Use Cases

Provider Equivalents

Frequently Asked Questions

What's the difference between alerting and monitoring?
Monitoring is collecting and visualizing signals (metrics, logs, traces) so you can understand system health over time. Alerting is the action layer on top of monitoring: it evaluates those signals against rules (like thresholds or missing data) and notifies people or triggers automation when something needs attention.
When should I use alerting?
Use alerting when a condition requires timely action—like preventing downtime, protecting data, or avoiding customer impact. Start with alerts tied to user impact (latency, error rate, availability), then add alerts for capacity and safety (CPU/memory saturation, disk full, certificate expiration). Avoid alerting on every metric; alert only when someone can and should do something about it.
How much does alerting cost?
Costs depend on the cloud provider and what you alert on. Common pricing factors include: (1) number of monitored time series/metrics, (2) number of alert rules/alarms, (3) evaluation frequency, and (4) notification delivery (for example, SMS or phone calls can add charges). Many providers charge separately for the monitoring data you ingest/store and for notification services (such as AWS SNS). Always check the specific service pricing page for your region and expected alert volume.

Category: monitoring

Difficulty: basic

Related Terms

See Also