SpanExporter class abstract

A SpanExporter exports finished Spans.

Implementers

Constructors

SpanExporter()

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

export(List<Span> spans) Future<void>
Exports a batch of finished Spans.
forceFlush() Future<void>
Flushes any pending data.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shutdown() Future<void>
Shuts down the exporter.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited