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
feat: extract inbound W3C trace context in HTTP server
When an inbound request carries traceparent/tracestate headers,
extract them via propagation.extract() and scope the entire
request processing under that context. This connects cloudserver
spans to upstream callers (e.g. NGINX, Beyla) as a single
distributed trace.
Issue: CLDSRV-884
0 commit comments