TracerProvider class abstract
A registry for creating named api.Tracers.
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
forceFlush(
) → void - Flush all registered span processors.
-
getTracer(
String name, {String? version}) → Tracer -
Returns a Tracer, creating one if one with the given
name
andversion
is not already created. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
shutdown(
) → void - Stop all registered span processors.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited