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
/
TraceSummary
Trace
Summary
data
class
TraceSummary
(
val
traceId
:
OtelTraceId
,
val
spanCount
:
Int
,
val
rootSpanName
:
String
,
val
serviceName
:
String
,
val
totalDurationMs
:
Long
,
val
timestamp
:
String
)
(
source
)
Members
Constructors
Trace
Summary
Link copied to clipboard
constructor
(
traceId
:
OtelTraceId
,
spanCount
:
Int
,
rootSpanName
:
String
,
serviceName
:
String
,
totalDurationMs
:
Long
,
timestamp
:
String
)
Properties
root
Span
Name
Link copied to clipboard
val
rootSpanName
:
String
service
Name
Link copied to clipboard
val
serviceName
:
String
span
Count
Link copied to clipboard
val
spanCount
:
Int
timestamp
Link copied to clipboard
val
timestamp
:
String
total
Duration
Ms
Link copied to clipboard
val
totalDurationMs
:
Long
trace
Id
Link copied to clipboard
val
traceId
:
OtelTraceId