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

Class: Aws::PI::Types::ResponseResourceMetricKey

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

Overview

An object describing a Performance Insights metric and one or more dimensions for that metric.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#dimensionsHash<String,String>

The valid dimensions for the metric.

Returns:

  • (Hash<String,String>)

    The valid dimensions for the metric.

#metricString

The name of a Performance Insights metric to be measured.

Valid values for Metric are:

  • db.load.avg - a scaled representation of the number of active sessions for the database engine.

  • db.sampledload.avg - the raw number of active sessions for the database engine.

Returns:

  • (String)

    The name of a Performance Insights metric to be measured.