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

Class: Aws::CodeGuruProfiler::Types::Anomaly

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

Overview

Details about an anomaly in a specific metric of application profile. The anomaly is detected using analysis of the metric data over a period of time.

Instance Attribute Summary collapse

Instance Attribute Details

#instancesArray<Types::AnomalyInstance>

A list of the instances of the detected anomalies during the requested period.

Returns:

  • (Array<Types::AnomalyInstance>)

    A list of the instances of the detected anomalies during the requested period.

#metricTypes::Metric

Details about the metric that the analysis used when it detected the anomaly. The metric includes the name of the frame that was analyzed with the type and thread states used to derive the metric value for that frame.

Returns:

  • (Types::Metric)

    Details about the metric that the analysis used when it detected the anomaly.

#reasonString

The reason for which metric was flagged as anomalous.

Returns:

  • (String)

    The reason for which metric was flagged as anomalous.