4 — Log Pipelines
Purpose
[stub: log-pipelines]
Metadata
| Author | Amit Singh |
| Scope | observability |
Local graph
Related notes
1 — Structured Logging
Covers moving from freeform text logs to structured key-value records that a query engine can filter and aggregate on.
2 — Log Schemas
Covers designing a consistent field schema across services so logs from different teams remain queryable together.
5 — Log Sampling
Covers reducing log volume by sampling non-error traffic while preserving full fidelity on errors and slow requests.
6 — Log Retention
Covers setting retention windows per log tier and the tradeoff between debugging lookback and storage cost.