Expand description
Context propagation for structured logging.
Provides context fields that are automatically included in all log events:
- trace_id: OpenTelemetry trace ID
- span_id: OpenTelemetry span ID
- request_id: HTTP request identifier
- user_id: Authenticated user identifier
- tenant_id: Multi-tenant organization identifier
Structsยง
- Context
- Context fields that are propagated through log events.
- Context
Builder - Builder for creating context instances.