Smithy Kotlin
Toggle table of contents
1.5.8
common
Platform filter
common
Switch theme
Skip to content
Smithy Kotlin
telemetry-api
/
aws.smithy.kotlin.runtime.telemetry.trace
/
TraceSpanContext
Trace
Span
Context
data
class
TraceSpanContext
(
val
traceSpan
:
TraceSpan
)
A CoroutineContext element that carries a
TraceSpan
.
Parameters
trace
Span
The active trace span for this context.
Members
Constructors
Trace
Span
Context
Link copied to clipboard
constructor
(
traceSpan
:
TraceSpan
)
Types
Key
Link copied to clipboard
object
Key
Properties
trace
Span
Link copied to clipboard
val
traceSpan
:
TraceSpan
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String