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
/
TraceDetail
Trace
Detail
data
class
TraceDetail
(
val
traceId
:
OtelTraceId
,
val
totalDurationMs
:
Long
,
val
spans
:
List
<
SpanDetail
>
)
(
source
)
Members
Members & Extensions
Constructors
Trace
Detail
Link copied to clipboard
constructor
(
traceId
:
OtelTraceId
,
totalDurationMs
:
Long
,
spans
:
List
<
SpanDetail
>
)
Properties
spans
Link copied to clipboard
val
spans
:
List
<
SpanDetail
>
total
Duration
Ms
Link copied to clipboard
val
totalDurationMs
:
Long
trace
Id
Link copied to clipboard
val
traceId
:
OtelTraceId
Functions
to
Critical
Path
Link copied to clipboard
fun
TraceDetail
.
toCriticalPath
(
)
:
String
to
Error
Trace
Link copied to clipboard
fun
TraceDetail
.
toErrorTrace
(
)
:
String
to
Interaction
Diagram
Link copied to clipboard
fun
TraceDetail
.
toInteractionDiagram
(
)
:
String
to
Sequence
Diagram
Link copied to clipboard
fun
TraceDetail
.
toSequenceDiagram
(
)
:
SequenceDiagram
to
Timing
Table
Link copied to clipboard
fun
TraceDetail
.
toTimingTable
(
)
:
List
<
TimingEntry
>