Class: Aws::XRay::Types::InsightEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::InsightEvent
- Defined in:
- gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb
Overview
X-Ray reevaluates insights periodically until they are resolved, and records each intermediate state in an event. You can review incident events in the Impact Timeline on the Inspect page in the X-Ray console.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_request_impact_statistics ⇒ Types::RequestImpactStatistics
The impact statistics of the client side service.
-
#event_time ⇒ Time
The time, in Unix seconds, at which the event was recorded.
-
#root_cause_service_request_impact_statistics ⇒ Types::RequestImpactStatistics
The impact statistics of the root cause service.
-
#summary ⇒ String
A brief description of the event.
-
#top_anomalous_services ⇒ Array<Types::AnomalousService>
The service during the event that is most impacted by the incident.
Instance Attribute Details
#client_request_impact_statistics ⇒ Types::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.
1605 1606 1607 1608 1609 1610 1611 1612 1613 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1605 class InsightEvent < Struct.new( :summary, :event_time, :client_request_impact_statistics, :root_cause_service_request_impact_statistics, :top_anomalous_services) SENSITIVE = [] include Aws::Structure end |
#event_time ⇒ Time
The time, in Unix seconds, at which the event was recorded.
1605 1606 1607 1608 1609 1610 1611 1612 1613 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1605 class InsightEvent < Struct.new( :summary, :event_time, :client_request_impact_statistics, :root_cause_service_request_impact_statistics, :top_anomalous_services) SENSITIVE = [] include Aws::Structure end |
#root_cause_service_request_impact_statistics ⇒ Types::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.
1605 1606 1607 1608 1609 1610 1611 1612 1613 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1605 class InsightEvent < Struct.new( :summary, :event_time, :client_request_impact_statistics, :root_cause_service_request_impact_statistics, :top_anomalous_services) SENSITIVE = [] include Aws::Structure end |
#summary ⇒ String
A brief description of the event.
1605 1606 1607 1608 1609 1610 1611 1612 1613 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1605 class InsightEvent < Struct.new( :summary, :event_time, :client_request_impact_statistics, :root_cause_service_request_impact_statistics, :top_anomalous_services) SENSITIVE = [] include Aws::Structure end |
#top_anomalous_services ⇒ Array<Types::AnomalousService>
The service during the event that is most impacted by the incident.
1605 1606 1607 1608 1609 1610 1611 1612 1613 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1605 class InsightEvent < Struct.new( :summary, :event_time, :client_request_impact_statistics, :root_cause_service_request_impact_statistics, :top_anomalous_services) SENSITIVE = [] include Aws::Structure end |