ParentContext type
Een bovenliggende context voor het maken van spanen. Accepteert ofwel:
- ParentSpanRef: expliciet traceId/spanId-paar (handmatige benadering)
-
ParentContext: een OTel-context, meestal van extractContextFromHeaders of
propagation.extract()
type ParentContext = ParentSpanRef | Context