Package-level declarations
Types
Link copied to clipboard
class OtlpJsonSpanExporter(endpoint: String, headers: Map<String, String> = emptyMap(), timeout: Duration? = null, baseClient: HttpClient? = null) : SpanExporter
Kotlin Multiplatform OTLP/JSON SpanExporter implementation.
Link copied to clipboard
object OtlpSpanDataMapper
Provides utility functions to map SpanData objects to their OTLP (OpenTelemetry Protocol) representations.