Package-level declarations

Types

Link copied to clipboard
data class ComponentTelemetryIds(val componentTelemetryIds: Map<String, UUID>)
Link copied to clipboard
class EndSpanEvent(val telemetryId: UUID) : TelemetryEvent
Link copied to clipboard
class EndSpanForFlowEvent(val telemetryId: UUID) : TelemetryEvent
Link copied to clipboard
class RecordExceptionEvent(val telemetryId: UUID, val throwable: Throwable) : TelemetryEvent
Link copied to clipboard
data class SerializedTelemetry(val serializedTelemetryData: Map<String, OpaqueBytes>)
Link copied to clipboard
class SetStatusEvent(val telemetryId: UUID, val telemetryStatusCode: TelemetryStatusCode, val message: String) : TelemetryEvent
Link copied to clipboard
data class SimpleLogContext(val traceId: UUID, val baggage: Map<String, String>) : TelemetryDataItem
Link copied to clipboard
class StartSpanEvent(val name: String, val attributes: Map<String, String>, val telemetryId: UUID, val flowLogic: FlowLogic<*>?) : TelemetryEvent
Link copied to clipboard
class StartSpanForFlowEvent(val name: String, val attributes: Map<String, String>, val telemetryId: UUID, val flowLogic: FlowLogic<*>?, val telemetryDataItem: TelemetryDataItem?) : TelemetryEvent
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface TelemetryEvent
Link copied to clipboard
data class TelemetryId(telemetryService: TelemetryServiceImpl)

Properties

Link copied to clipboard
const val CLIENT_ID: String
Link copied to clipboard
const val TRACE_ID: String