What problem does it solve?
Logs are often unstructured and hard to query, making debugging and incident response slow. This skill promotes structured, context-rich logging with wide events per request, correlation IDs, and high-cardinality fields to enable fast root-cause analysis.
Core Features & Use Cases
- Wide events / canonical log lines: emit one comprehensive event per request with 30-50 fields for effective debugging.
- Structured logging requirements: enforce timestamp, level, event, request_id, trace_id, service, environment, and privacy considerations.
- Context propagation and observability: ensure correlation IDs traverse service boundaries for end-to-end tracing.
- Use cases: incident response, post-incident analysis, and real-time dashboards for service health.
Quick Start
Configure your services to emit a single, wide, structured event per request with correlation IDs and high-cardinality fields.