Insight class

When fault rates go outside of the expected range, X-Ray creates an insight. Insights tracks emergent issues within your applications.

Constructors

Insight({List<InsightCategory>? categories, RequestImpactStatistics? clientRequestImpactStatistics, DateTime? endTime, String? groupARN, String? groupName, String? insightId, ServiceId? rootCauseServiceId, RequestImpactStatistics? rootCauseServiceRequestImpactStatistics, DateTime? startTime, InsightState? state, String? summary, List<AnomalousService>? topAnomalousServices})
Insight.fromJson(Map<String, dynamic> json)
factory

Properties

categories List<InsightCategory>?
The categories that label and describe the type of insight.
final
clientRequestImpactStatistics RequestImpactStatistics?
The impact statistics of the client side service. This includes the number of requests to the client service and whether the requests were faults or okay.
final
endTime DateTime?
The time, in Unix seconds, at which the insight ended.
final
groupARN String?
The Amazon Resource Name (ARN) of the group that the insight belongs to.
final
groupName String?
The name of the group that the insight belongs to.
final
hashCode int
The hash code for this object.
no setterinherited
insightId String?
The insights unique identifier.
final
rootCauseServiceId ServiceId?
final
rootCauseServiceRequestImpactStatistics RequestImpactStatistics?
The impact statistics of the root cause service. This includes the number of requests to the client service and whether the requests were faults or okay.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime DateTime?
The time, in Unix seconds, at which the insight began.
final
state InsightState?
The current state of the insight.
final
summary String?
A brief description of the insight.
final
topAnomalousServices List<AnomalousService>?
The service within the insight that is most impacted by the incident.
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