Observability & SLOs · Key takeaways
1 min readRapid overview
Key takeaways
- Metrics for dashboards and alerts, logs for exact detail, traces for where the time went; link them with trace ids.
- RED for services, USE for resources; latency as percentiles from histograms.
- Keep metric labels bounded; high-cardinality detail goes on traces and logs.
- Propagate trace context over HTTP and messages; tail-sample to keep errors and slow requests.
- SLI measures, SLO targets, SLA contracts; the error budget funds velocity.
- Page on fast and sustained burn rate of user-facing SLOs, not on every cause.