ReadOnlySpan class abstract

A representation of the readable portions of a single operation within a trace.

Warning: methods may be added to this interface in minor releases.

Implementers

Constructors

ReadOnlySpan.fromJson(Map<String, dynamic> json)
factory

Properties

attributes → Attributes
no setter
droppedAttributes → int
no setter
droppedEventsCount → int
no setter
droppedLinksCount → int
no setter
endTime → Int64?
The time when the span was closed, or null if still open.
no setter
events → List<SpanEvent>
no setter
hashCode → int
The hash code for this object.
no setterinherited
instrumentationScope → InstrumentationScope
The instrumentation library for the span.
no setter
kind → SpanKind
The kind of the span.
no setter
no setter
name → String
The name of the span.
no setter
parentSpanId → SpanId
The parent span id.
no setter
resource → Resource
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
spanContext → SpanContext
The context associated with this span.
no setter
startTime → Int64
The time when the span was started.
no setter
status → SpanStatus
The status of the span.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

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