You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Add trace_id to log output for distributed trace correlation
6
+
7
+
Log lines emitted within an OpenTelemetry-traced span now include a `trace_id=<hex>` prefix, allowing operators to correlate logs with distributed traces in observability tools such as Jaeger and Grafana. For HTTP requests carrying a `traceparent` header the propagated trace ID is used; otherwise a new trace ID is generated automatically. Startup messages and other events outside a span are unaffected.
0 commit comments