TraceSummary
public struct TraceSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Annotations from the trace’s segment documents.
Declaration
Swift
public let annotations: [String : [ValueWithServiceIds]]?
-
A list of availability zones for any zone corresponding to the trace segments.
Declaration
Swift
public let availabilityZones: [AvailabilityZoneDetail]?
-
The length of time in seconds between the start time of the root segment and the end time of the last segment that completed.
Declaration
Swift
public let duration: Double?
-
The root of a trace.
Declaration
Swift
public let entryPoint: ServiceId?
-
A collection of ErrorRootCause structures corresponding to the trace segments.
Declaration
Swift
public let errorRootCauses: [ErrorRootCause]?
-
A collection of FaultRootCause structures corresponding to the the trace segments.
Declaration
Swift
public let faultRootCauses: [FaultRootCause]?
-
The root segment document has a 400 series error.
Declaration
Swift
public let hasError: Bool?
-
The root segment document has a 500 series error.
Declaration
Swift
public let hasFault: Bool?
-
One or more of the segment documents has a 429 throttling error.
Declaration
Swift
public let hasThrottle: Bool?
-
Information about the HTTP request served by the trace.
Declaration
Swift
public let http: Http?
-
The unique identifier for the request that generated the trace’s segments and subsegments.
Declaration
Swift
public let id: String?
-
A list of EC2 instance IDs for any instance corresponding to the trace segments.
Declaration
Swift
public let instanceIds: [InstanceIdDetail]?
-
One or more of the segment documents is in progress.
Declaration
Swift
public let isPartial: Bool?
-
The matched time stamp of a defined event.
Declaration
Swift
public let matchedEventTime: TimeStamp?
-
A list of resource ARNs for any resource corresponding to the trace segments.
Declaration
Swift
public let resourceARNs: [ResourceARNDetail]?
-
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.
Declaration
Swift
public let responseTime: Double?
-
A collection of ResponseTimeRootCause structures corresponding to the trace segments.
Declaration
Swift
public let responseTimeRootCauses: [ResponseTimeRootCause]?
-
The revision number of a trace.
Declaration
Swift
public let revision: Int?
-
Service IDs from the trace’s segment documents.
Declaration
Swift
public let serviceIds: [ServiceId]?
-
Users from the trace’s segment documents.
Declaration
Swift
public let users: [TraceUser]?
-
init(annotations:availabilityZones:duration:entryPoint:errorRootCauses:faultRootCauses:hasError:hasFault:hasThrottle:http:id:instanceIds:isPartial:matchedEventTime:resourceARNs:responseTime:responseTimeRootCauses:revision:serviceIds:users:)
Undocumented
Declaration
Swift
public init(annotations: [String : [ValueWithServiceIds]]? = nil, availabilityZones: [AvailabilityZoneDetail]? = nil, duration: Double? = nil, entryPoint: ServiceId? = nil, errorRootCauses: [ErrorRootCause]? = nil, faultRootCauses: [FaultRootCause]? = nil, hasError: Bool? = nil, hasFault: Bool? = nil, hasThrottle: Bool? = nil, http: Http? = nil, id: String? = nil, instanceIds: [InstanceIdDetail]? = nil, isPartial: Bool? = nil, matchedEventTime: TimeStamp? = nil, resourceARNs: [ResourceARNDetail]? = nil, responseTime: Double? = nil, responseTimeRootCauses: [ResponseTimeRootCause]? = nil, revision: Int? = nil, serviceIds: [ServiceId]? = nil, users: [TraceUser]? = nil)