describe_monitor_metrics
Retrieve advanced performance and diagnostic metrics for an Alibaba Cloud RDS instance using DAS API, including IOPSUsage and MdlLockSession.
Instructions
Queries performance and diagnostic metrics for an instance using the DAS (Database Autonomy Service) API.
This method provides extra monitoring and diagnostic data which cannot be queried by describe_db_instance_performance, such as IOPSUsage, MdlLockSession, etc.
Args:
dbinstance_id (str): The ID of the RDS instance.
metrics_list (list[str]): The metrics to query. (e.g. ["IOBytesPS", "IOPSUsage", "MdlLockSession", "DiskUsage"])
db_type (str): The type of the database. (e.g. "mysql")
start_time(str): the start time. e.g. 2025-06-06 20:00:00
end_time(str): the end time. e.g. 2025-06-06 20:10:00
Returns:
the monitor metrics information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db_type | Yes | ||
| end_time | Yes | ||
| start_time | Yes | ||
| metrics_list | Yes | ||
| dbinstance_id | Yes |