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

Class: Aws::XRay::Types::Insight

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

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#categoriesArray<String>

The categories that label and describe the type of insight.

Returns:

  • (Array<String>)

    The categories that label and describe the type of insight.

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

#end_timeTime

The time, in Unix seconds, at which the insight ended.

Returns:

  • (Time)

    The time, in Unix seconds, at which the insight ended.

#group_arnString

The Amazon Resource Name (ARN) of the group that the insight belongs to.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the group that the insight belongs to.

#group_nameString

The name of the group that the insight belongs to.

Returns:

  • (String)

    The name of the group that the insight belongs to.

#insight_idString

The insights unique identifier.

Returns:

  • (String)

    The insights unique identifier.

#root_cause_service_idTypes::ServiceId

Returns:

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

#start_timeTime

The time, in Unix seconds, at which the insight began.

Returns:

  • (Time)

    The time, in Unix seconds, at which the insight began.

#stateString

The current state of the insight.

Possible values:

  • ACTIVE
  • CLOSED

Returns:

  • (String)

    The current state of the insight.

#summaryString

A brief description of the insight.

Returns:

  • (String)

    A brief description of the insight.

#top_anomalous_servicesArray<Types::AnomalousService>

The service within the insight that is most impacted by the incident.

Returns: