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.otel
/
SpanNodeView
Span
Node
View
data
class
SpanNodeView
(
val
span
:
SpanDetail
,
val
logs
:
List
<
LogSummary
>
=
emptyList()
)
:
ViewModel
(
source
)
Members
Constructors
Span
Node
View
Link copied to clipboard
constructor
(
span
:
SpanDetail
,
logs
:
List
<
LogSummary
>
=
emptyList()
)
Properties
event
Rows
Link copied to clipboard
val
eventRows
:
List
<
EventRowView
>
links
Link copied to clipboard
val
links
:
List
<
SpanLinkView
>
log
Attr
Columns
Link copied to clipboard
val
logAttrColumns
:
List
<
String
>
log
Rows
Link copied to clipboard
val
logRows
:
List
<
LogRowView
>
logs
Link copied to clipboard
val
logs
:
List
<
LogSummary
>
short
Parent
Span
Id
Link copied to clipboard
val
shortParentSpanId
:
String
short
Span
Id
Link copied to clipboard
val
shortSpanId
:
String
span
Link copied to clipboard
val
span
:
SpanDetail
Functions
template
Link copied to clipboard
open
fun
template
(
)
:
String