ExploreHiTSDBInstanceDataMetricList
更新时间:
复制 MD 格式
Obtains the metrics list of a Time Series Database (TSDB) instance.
Request parameters
| Name | Type | Required | Description |
|---|---|---|---|
| RegionId | String | Yes | The ID of the region where the TSDB instance is located. |
| InstanceId | String | Yes | The ID of the TSDB instance. |
| ReverseIp | String | Yes | The reverse VPC IP address of the instance. |
| ReversePort | Integer | Yes | The reverse VPC port of the instance. |
| Prefix | String | Yes | The prefix of the metric names. |
| Max | Long | Yes | The maximum number of metrics to return. |
None of the request parameters have default values.
Response elements
| Name | Type | Description |
|---|---|---|
| MetricList | List | The list of metrics. |
| Metric | String | The metric name. |
Examples
The following example shows a sample response in JSON format.
{
"RequestId": "2553A660-E4EB-4AF4-A402-8AFF70A49143",
"InstanceId": "instance1",
"MetricList": [
{
"Metric": "hbase.lose.data.cont"
},
{
"Metric": "hbase.write.cost.cont"
},
{
"Metric": "hbase.write.cost.max"
},
{
"Metric": "hbase.write.cost.mean"
},
{
"Metric": "hbase.write.cost.mean_rate"
}
]
}该文章对您有帮助吗?