Package-level declarations

Types

Link copied to clipboard
class SimpleTraceReporter(endpoint: String, client: Lazy<OkHttpClient>) : TraceReporter

Uploads traces to the given endpoint.

Link copied to clipboard
interface TraceReporter

Reports a build trace (modeled as list of spans, in protocol buffer format) to some location.