Tracer

interface Tracer

Creates spans for distributed tracing.

Tracers are obtained from a TracerProvider and are typically associated with an instrumentation library name.

Since

0.4.0

Inheritors

Functions

Link copied to clipboard
abstract fun spanBuilder(spanName: String): SpanBuilder

Create a span builder for a new span.