What problem does it solve?
Wide events solve the problem of observability logs being optimized for writing instead of querying, making incident debugging slow when one request spans many services and systems.
Core Features & Use Cases
- Single canonical log line per request: Consolidate request, user, business, performance, and outcome context into one enriched event to make correlation easy.
- High-dimensional, queryable fields: Design span/log attributes so structured queries can answer questions like “which failures affected premium users under a specific feature rollout.”
- Tail-focused sampling strategy: Preserve errors, slow requests, and VIP users while sampling the rest to control observability cost without losing critical signal.
Use case examples include designing instrumentation coverage for distributed services, reviewing which span annotations to capture, and validating that incident questions are answerable from the emitted fields.
Quick Start
Ask the AI to help you design a wide-event schema for a trace span by listing the identity, user, business, performance, and outcome attributes you should attach to that span for your main request flow.