03 — Tracing Patterns
Purpose
[stub: tracing-patterns]
Metadata
| Author | Amit Singh |
| Scope | patterns |
Local graph
Related notes
04 — Alerting Patterns
Multi-window Burn Rate alerts, SLO Alerts, Composite Alerts, and Noise Reduction — the alerting design that pages on user-facing pain instead of every internal wobble.
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.
01 — Sidecar
Co-locate a helper container with the application container to handle cross-cutting concerns — TLS, observability, auth, retries — without modifying application code.