All Products
Search
Document Center

ApsaraDB RDS:DescribeDBInstanceMetrics

Last Updated:Jul 05, 2024

Queries the Enhanced Monitoring metrics that are displayed for an ApsaraDB RDS for PostgreSQL instance.

Operation description

Supported database engines

  • PostgreSQL

References

Note Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.

View the Enhanced Monitoring metrics

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
DBInstanceNamestringYes

The instance ID. You can call the DescribeDBInstances operation to query the instance ID.

pgm-bp1s1j103lo6****
ResourceGroupIdstringNo

The resource group ID.

rg-acfmy*****

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

TotalRecordCountinteger

The total number of enhanced monitoring metrics that are enabled for the instance.

1
RequestIdstring

The ID of the request.

318C3754-F6D0-54BB-A55C-23EAA04708B7
Itemsarray<object>

An array consisting of the Enhanced Monitoring metrics that are enabled for the instance.

object
GroupKeystring

The key of the group to which the enhanced monitoring metric belongs.

os.cpu_usage
SortRuleinteger

The serial number of the enhanced monitoring metric.

1
Descriptionstring

The description of the enhanced monitoring metric.

OS CPU utilization, equal to the number of OS-consumed CPUs divided by the total number of CPUs
Unitstring

The unit of the enhanced monitoring metric.

%
MetricsKeystring

The key of the enhanced monitoring metric.

os.cpu_usage.sys.avg
GroupKeyTypestring

The name of the group to which the enhanced monitoring metric belongs.

CPU Utilization Rate
Methodstring

The method that is used to aggregate the monitoring data of the enhanced monitoring metric. Valid values:

  • avg: The system calculates the average value of the enhanced monitoring metric.
  • min: The system calculates the minimum value of the enhanced monitoring metric.
  • max: The system calculates the maximum value of the enhanced monitoring metric.
avg
Dimensionstring

The category of the enhanced monitoring metric. Valid values:

  • os: OS metric
  • db: database metric
os
MetricsKeyAliasstring

The alias of the enhanced monitoring metric.

os.cpu_usage.sys
DBInstanceNamestring

The instance ID.

rm-bp1*****

Examples

Sample success responses

JSONformat

{
  "TotalRecordCount": 1,
  "RequestId": "318C3754-F6D0-54BB-A55C-23EAA04708B7",
  "Items": [
    {
      "GroupKey": "os.cpu_usage",
      "SortRule": 1,
      "Description": "OS CPU utilization, equal to the number of OS-consumed CPUs divided by the total number of CPUs\n",
      "Unit": "%",
      "MetricsKey": "os.cpu_usage.sys.avg",
      "GroupKeyType": "CPU Utilization Rate\n",
      "Method": "avg",
      "Dimension": "os",
      "MetricsKeyAlias": "os.cpu_usage.sys"
    }
  ],
  "DBInstanceName": "rm-bp1*****"
}

Error codes

HTTP status codeError codeError messageDescription
400InvalidInstanceMetricsConfigs.NotFoundThe specified instance has no metrics configsThe specified instance does not have performance metric configurations.
400InvalidDBInstanceEngineType.Formatthe DB instance engine type does not support this operation.This operation is not supported for the database engine of the instance.
404InvalidDBInstanceName.NotFoundThe database instance does not exist.The name of the RDS instance cannot be found. Check the name of the RDS instance.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2022-08-04The Error code has changed. The request parameters of the API has changed. The response structure of the API has changedView Change Details