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: expose TraceId and ParentID to other plugins
This commit adds two fields to `kong.ctx.shared` and `ngx.var`:
- `datadog_sdk_trace_id`: TraceId of the current span.
- `datadog_sdk_span_id`: SpanId of the current span.
Those fields can be consumed by other Kong plugins or in the underlying
NGINX configuration for log correlation.
0 commit comments