yyqdbngt opened a new pull request, #3443: URL: https://github.com/apache/rocketmq-dashboard/pull/3443
### Summary `CloudRocketMqClusterMetricsCollector` emits an availability sample for Aliyun/Tencent managed instances, gated on cloud coordinates and tolerating query failures. The suite covered RUNNING and STOPPED happy paths only. ### Changes - Non-cloud vendors and instances missing credential/region/cloud-instance coordinates are skipped - The `RUNNING` status is matched case-insensitively - A failing cloud query degrades to an `UNAVAILABLE` sample without a `cloudStatus` label - `metricKeys` declares `cloud.instance.availability` ### Testing `mvn test -Dtest=CloudRocketMqClusterMetricsCollectorTest` passes: 6 tests, 0 failures (up from 2). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
