kiosk-ops-sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
kiosk-ops-sdk
kiosk-ops-sdk
/
com.sarastarquant.kioskops.sdk.observability.tracing
/
SpanEvent
Span
Event
data
class
SpanEvent
(
val
name
:
String
,
val
timestamp
:
Instant
,
val
attributes
:
Map
<
String
,
String
>
)
Event recorded on a span.
Since
0.4.0
Members
Constructors
Span
Event
Link copied to clipboard
constructor
(
name
:
String
,
timestamp
:
Instant
,
attributes
:
Map
<
String
,
String
>
)
Properties
attributes
Link copied to clipboard
val
attributes
:
Map
<
String
,
String
>
name
Link copied to clipboard
val
name
:
String
timestamp
Link copied to clipboard
val
timestamp
:
Instant