Class: Aws::DevOpsGuru::Types::PerformanceInsightsReferenceComparisonValues

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb

Overview

Reference scalar values and other metrics that DevOps Guru displays on a graph in its console along with the actual metrics it analyzed. Compare these reference values to your actual metrics to help you understand anomalous behavior that DevOps Guru detected.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#reference_metricTypes::PerformanceInsightsReferenceMetric

A metric that DevOps Guru compares to actual metric values. This reference metric is used to determine if an actual metric should be considered anomalous.



2702
2703
2704
2705
2706
2707
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2702

class PerformanceInsightsReferenceComparisonValues < Struct.new(
  :reference_scalar,
  :reference_metric)
  SENSITIVE = []
  include Aws::Structure
end

#reference_scalarTypes::PerformanceInsightsReferenceScalar

A scalar value DevOps Guru for a metric that DevOps Guru compares to actual metric values. This reference value is used to determine if an actual metric value should be considered anomalous.



2702
2703
2704
2705
2706
2707
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2702

class PerformanceInsightsReferenceComparisonValues < Struct.new(
  :reference_scalar,
  :reference_metric)
  SENSITIVE = []
  include Aws::Structure
end