http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-wiretap
/
org.http4k.wiretap.domain
/
SpanLink
Span
Link
data
class
SpanLink
(
val
traceId
:
OtelTraceId
,
val
spanId
:
OtelSpanId
,
val
attributes
:
List
<
SpanAttribute
>
)
(
source
)
Members
Constructors
Span
Link
Link copied to clipboard
constructor
(
traceId
:
OtelTraceId
,
spanId
:
OtelSpanId
,
attributes
:
List
<
SpanAttribute
>
)
Properties
attributes
Link copied to clipboard
val
attributes
:
List
<
SpanAttribute
>
span
Id
Link copied to clipboard
val
spanId
:
OtelSpanId
trace
Id
Link copied to clipboard
val
traceId
:
OtelTraceId