Logs explorer with trace correlation
Logs are searchable and wired to traces.
- Full-text search over the log body, with severity and service filters (all URL-driven).
- Trace correlation. A log row's
trace_idlinks straight to its trace, and a trace's spans link to the logs emitted during that request (/api/v1/traces/{id}/logs). - Keyset pagination for gap-free scrolling through large windows.