REQUEST_CONTEXT_ATTRIBUTE_NAMES
constREQUEST_CONTEXT_ATTRIBUTE_NAMES:object
Canonical HTTP header names for each correlation field. Use these to propagate context to downstream services (pair with getCurrentRequestContextAttributes) or to read it from an incoming request (pair with getRequestContextFromAttributes).
Type Declaration
jobId
readonlyjobId:"x-job-id"=JOB_ID_HEADER
requestId
readonlyrequestId:"x-request-id"="x-request-id"
sessionId
readonlysessionId:"x-session-id"=SESSION_ID_HEADER
spanId
readonlyspanId:"x-span-id"=SPAN_ID_HEADER
traceId
readonlytraceId:"x-trace-id"=TRACE_ID_HEADER
traceParent
readonlytraceParent:"traceparent"=TRACE_PARENT_HEADER
traceSampled
readonlytraceSampled:"x-trace-sampled"=TRACE_SAMPLED_HEADER
userId
readonlyuserId:"x-user-id"=USER_ID_HEADER