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
/
SpanEvent
Span
Event
data
class
SpanEvent
(
val
name
:
String
,
val
timestampMs
:
Long
,
val
attributes
:
List
<
SpanAttribute
>
)
(
source
)
Members
Constructors
Span
Event
Link copied to clipboard
constructor
(
name
:
String
,
timestampMs
:
Long
,
attributes
:
List
<
SpanAttribute
>
)
Properties
attributes
Link copied to clipboard
val
attributes
:
List
<
SpanAttribute
>
name
Link copied to clipboard
val
name
:
String
timestamp
Ms
Link copied to clipboard
val
timestampMs
:
Long