TraceSummary class
Metadata generated from the segment documents in a trace.
Constructors
-
TraceSummary({Map<
String, List< ? annotations, List<ValueWithServiceIds> >AvailabilityZoneDetail> ? availabilityZones, double? duration, ServiceId? entryPoint, List<ErrorRootCause> ? errorRootCauses, List<FaultRootCause> ? faultRootCauses, bool? hasError, bool? hasFault, bool? hasThrottle, Http? http, String? id, List<InstanceIdDetail> ? instanceIds, bool? isPartial, DateTime? matchedEventTime, List<ResourceARNDetail> ? resourceARNs, double? responseTime, List<ResponseTimeRootCause> ? responseTimeRootCauses, int? revision, List<ServiceId> ? serviceIds, List<TraceUser> ? users}) -
TraceSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
annotations
→ Map<
String, List< ?ValueWithServiceIds> > -
Annotations from the trace's segment documents.
final
-
availabilityZones
→ List<
AvailabilityZoneDetail> ? -
A list of Availability Zones for any zone corresponding to the trace
segments.
final
- duration → double?
-
The length of time in seconds between the start time of the root segment and
the end time of the last segment that completed.
final
- entryPoint → ServiceId?
-
The root of a trace.
final
-
errorRootCauses
→ List<
ErrorRootCause> ? -
A collection of ErrorRootCause structures corresponding to the trace
segments.
final
-
faultRootCauses
→ List<
FaultRootCause> ? -
A collection of FaultRootCause structures corresponding to the trace
segments.
final
- hasError → bool?
-
The root segment document has a 400 series error.
final
- hasFault → bool?
-
The root segment document has a 500 series error.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasThrottle → bool?
-
One or more of the segment documents has a 429 throttling error.
final
- http → Http?
-
Information about the HTTP request served by the trace.
final
- id → String?
-
The unique identifier for the request that generated the trace's segments
and subsegments.
final
-
instanceIds
→ List<
InstanceIdDetail> ? -
A list of EC2 instance IDs for any instance corresponding to the trace
segments.
final
- isPartial → bool?
-
One or more of the segment documents is in progress.
final
- matchedEventTime → DateTime?
-
The matched time stamp of a defined event.
final
-
resourceARNs
→ List<
ResourceARNDetail> ? -
A list of resource ARNs for any resource corresponding to the trace
segments.
final
- responseTime → double?
-
The length of time in seconds between the start and end times of the root
segment. If the service performs work asynchronously, the response time
measures the time before the response is sent to the user, while the
duration measures the amount of time before the last traced activity
completes.
final
-
responseTimeRootCauses
→ List<
ResponseTimeRootCause> ? -
A collection of ResponseTimeRootCause structures corresponding to the trace
segments.
final
- revision → int?
-
The revision number of a trace.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
serviceIds
→ List<
ServiceId> ? -
Service IDs from the trace's segment documents.
final
-
users
→ List<
TraceUser> ? -
Users from the trace's segment documents.
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