# Observability
All Observability notes →1 — Structured Logging
Covers moving from freeform text logs to structured key-value records that a query engine can filter and aggregate on.
observability logging book
2 — Log Schemas
Covers designing a consistent field schema across services so logs from different teams remain queryable together.
observability logging book
4 — Log Pipelines
Covers the collection-to-storage pipeline for logs — parsing, enrichment, and routing before they land in a backend.
observability logging book
5 — Log Sampling
Covers reducing log volume by sampling non-error traffic while preserving full fidelity on errors and slow requests.
observability logging book
6 — Log Retention
Covers setting retention windows per log tier and the tradeoff between debugging lookback and storage cost.
observability logging book
7 — Cost Optimization
Covers the log-specific levers — sampling, field-level filtering, and tiered storage — for controlling ingest and storage spend.
observability logging book