AbstractTracerProvider

An abstract implementation of a tracer provider. By default, this class uses no-op implementations for all members unless overridden in a subclass.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override 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.