Package-level declarations

Types

Link copied to clipboard
class OtlpHttpEdge(client: HttpClient, endpoint: String, store: DurableStore, maxSentIds: Int = DEFAULT_MAX_SENT_IDS, wire: OtlpWireFormat = OtlpWireFormat.JSON) : OtlpEdge

A Ktor OTLP/HTTP OtlpEdge. POSTs each signal to /v1/{traces,logs,metrics} and reconciles by a producer-local sent-set persisted in store — because OTLP/HTTP is write-only, there is no collector read-back.

Link copied to clipboard

Which OTLP/HTTP wire encoding an OtlpHttpEdge emits.