TracerProvider

interface TracerProvider

The entry point for creating Tracer instances.

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun getOrCreateTracer(scope: String): Tracer

Returns a unique Tracer scoped to be used by instrumentation code. The scope and identity of that instrumentation code is uniquely identified by the name and attributes.