class Aws::CodeGuruProfiler::Types::Metric

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

@!attribute [rw] frame_name

The name of the method that appears as a frame in any stack in a
profile.
@return [String]

@!attribute [rw] thread_states

The list of application runtime thread states that is used to
calculate the metric value for the frame.
@return [Array<String>]

@!attribute [rw] type

A type that specifies how a metric for a frame is analyzed. The
supported value `AggregatedRelativeTotalTime` is an aggregation of
the metric value for one frame that is calculated across the
occurences of all frames in a profile.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codeguruprofiler-2019-07-18/Metric AWS API Documentation

Constants

SENSITIVE