Class: Aws::DevOpsGuru::Types::PerformanceInsightsMetricsDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::PerformanceInsightsMetricsDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
Details about Performance Insights metrics.
Amazon RDS Performance Insights enables you to monitor and explore different dimensions of database load based on data captured from a running DB instance. DB load is measured as average active sessions. Performance Insights provides the data to API consumers as a two-dimensional time-series dataset. The time dimension provides DB load data for each time point in the queried time range. Each time point decomposes overall load in relation to the requested dimensions, measured at that time point. Examples include SQL, Wait event, User, and Host.
-
To learn more about Performance Insights and Amazon Aurora DB instances, go to the [ Amazon Aurora User Guide].
-
To learn more about Performance Insights and Amazon RDS DB instances, go to the [ Amazon RDS User Guide].
[1]: docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_PerfInsights.html [2]: docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metric_display_name ⇒ String
The name used for a specific Performance Insights metric.
-
#metric_query ⇒ Types::PerformanceInsightsMetricQuery
A single query to be processed for the metric.
-
#reference_data ⇒ Array<Types::PerformanceInsightsReferenceData>
For more information, see ‘ PerformanceInsightsReferenceData `.
-
#stats_at_anomaly ⇒ Array<Types::PerformanceInsightsStat>
The metric statistics during the anomalous period detected by DevOps Guru;.
-
#stats_at_baseline ⇒ Array<Types::PerformanceInsightsStat>
Typical metric statistics that are not considered anomalous.
-
#unit ⇒ String
The unit of measure for a metric.
Instance Attribute Details
#metric_display_name ⇒ String
The name used for a specific Performance Insights metric.
2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 2672 class PerformanceInsightsMetricsDetail < Struct.new( :metric_display_name, :unit, :metric_query, :reference_data, :stats_at_anomaly, :stats_at_baseline) SENSITIVE = [] include Aws::Structure end |
#metric_query ⇒ Types::PerformanceInsightsMetricQuery
A single query to be processed for the metric. For more information, see ‘ PerformanceInsightsMetricQuery `.
2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 2672 class PerformanceInsightsMetricsDetail < Struct.new( :metric_display_name, :unit, :metric_query, :reference_data, :stats_at_anomaly, :stats_at_baseline) SENSITIVE = [] include Aws::Structure end |
#reference_data ⇒ Array<Types::PerformanceInsightsReferenceData>
For more information, see ‘ PerformanceInsightsReferenceData `.
2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 2672 class PerformanceInsightsMetricsDetail < Struct.new( :metric_display_name, :unit, :metric_query, :reference_data, :stats_at_anomaly, :stats_at_baseline) SENSITIVE = [] include Aws::Structure end |
#stats_at_anomaly ⇒ Array<Types::PerformanceInsightsStat>
The metric statistics during the anomalous period detected by DevOps Guru;
2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 2672 class PerformanceInsightsMetricsDetail < Struct.new( :metric_display_name, :unit, :metric_query, :reference_data, :stats_at_anomaly, :stats_at_baseline) SENSITIVE = [] include Aws::Structure end |
#stats_at_baseline ⇒ Array<Types::PerformanceInsightsStat>
Typical metric statistics that are not considered anomalous. When DevOps Guru analyzes metrics, it compares them to ‘StatsAtBaseline` to help determine if they are anomalous.
2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 2672 class PerformanceInsightsMetricsDetail < Struct.new( :metric_display_name, :unit, :metric_query, :reference_data, :stats_at_anomaly, :stats_at_baseline) SENSITIVE = [] include Aws::Structure end |
#unit ⇒ String
The unit of measure for a metric. For example, a session or a process.
2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 2672 class PerformanceInsightsMetricsDetail < Struct.new( :metric_display_name, :unit, :metric_query, :reference_data, :stats_at_anomaly, :stats_at_baseline) SENSITIVE = [] include Aws::Structure end |