span_link
Definition
/**
* Create a SpanLink.
*
* @param SpanContext $context The linked span context
* @param array<string, array<array-key, mixed>|bool|\DateTimeInterface|float|int|string|\Throwable>|Attributes $attributes Link attributes
*/
span_link(SpanContext $context, Attributes|array $attributes) : SpanLink