SessionSpans

data class SessionSpans(val value: List<Document?>) : AgentTracesConfig

Agent traces provided as inline session spans in OpenTelemetry format.

Constructors

Link copied to clipboard
constructor(value: List<Document?>)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this AgentTracesConfig as a SessionSpans and retrieves its kotlin.collections.List value. Throws an exception if the AgentTracesConfig is not a SessionSpans.

Link copied to clipboard

Casts this AgentTracesConfig as a SessionSpans and retrieves its kotlin.collections.List value. Returns null if the AgentTracesConfig is not a SessionSpans.