http4k
Toggle table of contents
6.60.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-amazon-xray-fake
/
org.http4k.connect.amazon.xray
/
StoredTrace
Stored
Trace
data
class
StoredTrace
(
val
traceId
:
TraceId
,
val
startTime
:
Timestamp
,
val
duration
:
Double
?
=
null
,
val
annotations
:
Map
<
String
,
String
>
=
emptyMap()
,
val
segments
:
List
<
Segment
>
=
emptyList()
)
(
source
)
Members
Constructors
Stored
Trace
Link copied to clipboard
constructor
(
traceId
:
TraceId
,
startTime
:
Timestamp
,
duration
:
Double
?
=
null
,
annotations
:
Map
<
String
,
String
>
=
emptyMap()
,
segments
:
List
<
Segment
>
=
emptyList()
)
Properties
annotations
Link copied to clipboard
val
annotations
:
Map
<
String
,
String
>
duration
Link copied to clipboard
val
duration
:
Double
?
segments
Link copied to clipboard
val
segments
:
List
<
Segment
>
start
Time
Link copied to clipboard
val
startTime
:
Timestamp
trace
Id
Link copied to clipboard
val
traceId
:
TraceId