Tracer class
Methods
-
findParentSpan()
→ Span?
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
remoteSpan<R>(TraceId traceId, SpanId spanId, FutureOr<R> delegate())
→ FutureOr<R>
-
-
runInSpanZone<R>(LocalSpan span, FutureOr<R> delegate(LocalSpan span))
→ Future<R>
-
-
startSpan(String name, Map<String, dynamic>? attributes, {SpanType? type})
→ LocalSpan
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
trace<R>(String name, Map<String, dynamic>? attributes, SpanType? type, FutureOr<R> delegate(LocalSpan span))
→ Future<R>
-