SimpleTraceReporter

class SimpleTraceReporter(endpoint: String, client: Lazy<OkHttpClient>) : TraceReporter(source)

Uploads traces to the given endpoint.

Constructors

Link copied to clipboard
constructor(endpoint: String, client: Lazy<OkHttpClient>)

Functions

Link copied to clipboard
open suspend override fun sendTrace(spans: ListOfSpans)