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
Properties
- attributes → Attributes
-
no setter
- droppedEventsCount → 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
-
links
→ List<
SpanLink> -
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited