You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::XRay::Types::InsightEvent

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

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.

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_impact_statisticsTypes::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.

Returns:

#event_timeTime

The time, in Unix seconds, at which the event was recorded.

Returns:

  • (Time)

    The time, in Unix seconds, at which the event was recorded.

#root_cause_service_request_impact_statisticsTypes::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.

Returns:

#summaryString

A brief description of the event.

Returns:

  • (String)

    A brief description of the event.

#top_anomalous_servicesArray<Types::AnomalousService>

The service during the event that is most impacted by the incident.

Returns: