6 — Log Retention
Purpose
[stub: log-retention]
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.
4 — Log Pipelines
Covers the collection-to-storage pipeline for logs — parsing, enrichment, and routing before they land in a backend.
5 — Log Sampling
Covers reducing log volume by sampling non-error traffic while preserving full fidelity on errors and slow requests.