Const
Attribute key under which the OTel server span is stashed on the per-request RequestContext.items map.
RequestContext.items
Downstream middleware/handlers can read this with ctx.items.get(OTEL_SPAN_ITEM_KEY) to attach custom attributes or events to the active server span.
ctx.items.get(OTEL_SPAN_ITEM_KEY)
Attribute key under which the OTel server span is stashed on the per-request
RequestContext.itemsmap.Downstream middleware/handlers can read this with
ctx.items.get(OTEL_SPAN_ITEM_KEY)to attach custom attributes or events to the active server span.