04 — Alerting Patterns
Purpose
[stub: alerting-patterns]
See Also
3-references/Observability/slo/slo-design-patterns.md(personal wiki reference, not published on this site)
Metadata
| Author | Amit Singh |
| Scope | patterns |
Local graph
Related notes
02 — Logging Patterns
Structured Logging, Correlation IDs, Log Sampling, and Log Aggregation — how logs stay searchable and affordable at scale instead of becoming a second, worse metrics system.
01 — Monitoring Patterns
RED, USE, the Four Golden Signals, and Saturation — the metric frameworks that decide what to measure on a service before an incident forces the question.
03 — Tracing Patterns
Distributed Tracing, Context Propagation, and Tail vs. Head Sampling — how a single request's path across services becomes reconstructable instead of a pile of disconnected spans.
01 — Sidecar
Co-locate a helper container with the application container to handle cross-cutting concerns — TLS, observability, auth, retries — without modifying application code.