OtelSpan class
- Annotations
-
- @JsonSerializable()
Constructors
-
OtelSpan.new({required SpanStatus status, required String spanId, required List<
BigInt> endTime, required String traceId, required List<String> duration, required Map<String, dynamic> attributes, required int kind, required String name, required List<BigInt> startTime}) -
OtelSpan.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
attributes
→ Map<
String, dynamic> -
final
-
duration
→ List<
String> -
final
-
endTime
→ List<
BigInt> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- kind → int
-
final
- name → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spanId → String
-
final
-
startTime
→ List<
BigInt> -
final
- status → SpanStatus
-
final
- traceId → String
-
final
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