Edge class
Information about a connection between two services.
Constructors
-
Edge({List<
Alias> ? aliases, DateTime? endTime, int? referenceId, List<HistogramEntry> ? responseTimeHistogram, DateTime? startTime, EdgeStatistics? summaryStatistics}) -
Edge.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
aliases
→ List<
Alias> ? -
Aliases for the edge.
final
- endTime → DateTime?
-
The end time of the last segment on the edge.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- referenceId → int?
-
Identifier of the edge. Unique within a service map.
final
-
responseTimeHistogram
→ List<
HistogramEntry> ? -
A histogram that maps the spread of client response times on an edge.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTime → DateTime?
-
The start time of the first segment on the edge.
final
- summaryStatistics → EdgeStatistics?
-
Response statistics for segments on the edge.
final
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