Huawei Cloud DMS RocketMQ
Collect Metrics data from Huawei Cloud DMS RocketMQ
Configuration¶
Install Func¶
It is recommended to enable Guance Integration - Extension - Managed Func: all prerequisites will be automatically installed, please continue with the script installation.
If you deploy Func yourself, refer to Self-deployed Func
It is recommended to deploy the GSE version.
Install Script¶
Note: Please prepare a Huawei Cloud AK that meets the requirements in advance (for simplicity, you can directly grant global read-only permission
ReadOnlyAccess
).
To synchronize the monitoring data of RocketMQ cloud resources, we install the corresponding collection script: "Guance Integration (Huawei Cloud - RocketMQ)" (ID: guance_huaweicloud_rocketmq
).
After clicking 【Install】, enter the corresponding parameters: Huawei Cloud AK and Huawei Cloud account name.
Click 【Deploy Startup Script】, the system will automatically create the Startup
script set and automatically configure the corresponding startup script.
After the script is installed, find the script "Guance Integration (Huawei Cloud - RocketMQ)" under "Development" in Func, unfold and modify this script. Find collector_configs
and monitor_configs
, respectively edit the content of region_projects
, change the region and Project ID to the actual region and Project ID, then click Save and Publish.
In addition, you can see the corresponding automatic trigger configuration in "Management / Automatic Trigger Configuration". Click 【Execute】 to immediately execute once without waiting for the regular time. After a while, you can check the execution task records and corresponding logs.
Verification¶
- In "Management / Automatic Trigger Configuration", confirm whether the corresponding task has an automatic trigger configuration, and at the same time, you can check the corresponding task records and logs for any abnormalities.
- On the Guance platform, in "Infrastructure - Resource Catalog", check if there is asset information.
- On the Guance platform, in "Metrics", check if there are corresponding monitoring data.
Metrics¶
Configure Huawei Cloud DMS RocketMQ Metrics, more Metrics can be collected through configuration Huawei Cloud DMS RocketMQ Metrics Details
Objects¶
After the data is synchronized normally, you can view the data in the "Infrastructure - Resource Catalog" of Guance.
{
"measurement": "huaweicloud_rocketmq",
"tags": {
"RegionId" : "cn-north-4",
"project_id" : "756ada1aa17e4049b2a16ea41912e52d",
"enterprise_project_id" : "o78hhbss-xxxx-xxxx-xxxx-cba3d38cf2f9",
"instance_id" : "c0b0ea90-xxxx-xxxx-xxxx-cba3d38cf2f9",
"instance_name" : "rocketmq-xxxxx",
"engine" : "reliability",
"status" : "RUNNING"
},
"fields": {
"charging_mode" : "1",
"type" : "cluster.small",
"engine_version" : "4.8.0",
"description" : "",
"specification" : "rocketmq.4u8g.cluster.small * 1 broker",
"storage_space" : 250,
"used_storage_space" : 0,
"resource_spec_code" : "xxxx",
"created_at" : "1687158517888",
"maintain_begin" : "02:00:00",
"maintain_end" : "06:00:00",
"enable_publicip" : false,
"publicip_address" : "12.xx.xx.32",
"publicip_id" : "xxxxxxxxxxxxxxxxxxxss",
"total_storage_space": 300,
"available_zones" : "xxxxxx"
}
}
Some field explanations are as follows:
Field | Type | Explanation |
---|---|---|
specification |
String | Instance specification. |
charging_mode |
String | Billing mode, 1 indicates pay-as-you-go billing, 0 indicates annual/monthly billing. |
created_at |
String | Completion creation time. Format is timestamp, indicating the total milliseconds deviation from Greenwich Mean Time January 01, 1970 00:00:00 to the specified time. |
resource_spec_code |
String | Resource specification |
maintain_begin |
String | Maintenance window start time, format HH |
maintain_end |
String | Maintenance window end time, format HH |
Note: Fields in
tags
andfields
may change with subsequent updates.Tip 1: The value of
tags.instance_id
is the instance ID, which serves as a unique identifier.