class Aws::XRay::Types::Insight
When fault rates go outside of the expected range, X-Ray creates an insight. Insights tracks emergent issues within your applications.
@!attribute [rw] insight_id
The insights unique identifier. @return [String]
@!attribute [rw] group_arn
The Amazon Resource Name (ARN) of the group that the insight belongs to. @return [String]
@!attribute [rw] group_name
The name of the group that the insight belongs to. @return [String]
@!attribute [rw] root_cause_service_id
@return [Types::ServiceId]
@!attribute [rw] categories
The categories that label and describe the type of insight. @return [Array<String>]
@!attribute [rw] state
The current state of the insight. @return [String]
@!attribute [rw] start_time
The time, in Unix seconds, at which the insight began. @return [Time]
@!attribute [rw] end_time
The time, in Unix seconds, at which the insight ended. @return [Time]
@!attribute [rw] summary
A brief description of the insight. @return [String]
@!attribute [rw] client_request_impact_statistics
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. @return [Types::RequestImpactStatistics]
@!attribute [rw] root_cause_service_request_impact_statistics
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. @return [Types::RequestImpactStatistics]
@!attribute [rw] top_anomalous_services
The service within the insight that is most impacted by the incident. @return [Array<Types::AnomalousService>]
@see docs.aws.amazon.com/goto/WebAPI/xray-2016-04-12/Insight AWS API Documentation
Constants
- SENSITIVE