Trace

data class Trace(val invocationId: Trace.InvocationId, val sessionId: Trace.SessionId)

Contextual tracing information, including invocation and session id.

Constructors

Link copied to clipboard
constructor(invocationId: Trace.InvocationId, sessionId: Trace.SessionId)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class InvocationId(value: String, timestamp: Instant) : Id<String>

Represents id and timestamp of an invocation.

Link copied to clipboard
class SessionId(value: String, timestamp: Instant) : Id<String>

Represents id and timestamp of a session.

Properties

Link copied to clipboard
Link copied to clipboard