yyqdbngt opened a new pull request, #3355: URL: https://github.com/apache/rocketmq-dashboard/pull/3355
## Summary Extends the existing `ApacheRocketMqDlqMetricsCollectorTest` (4 to 6 tests) to pin down the DLQ collector contract. Added cases: - `supports` accepts Apache and vendor-less instances with a name, and rejects cloud vendors, unnamed instances, and null; - `metricKeys` exposes only `dlq.message.count`. ## Why The collector feeds native DLQ alerting; the vendor/name gate and the metric-key contract were not covered before. ## Testing `mvn -B test -Dtest=ApacheRocketMqDlqMetricsCollectorTest` — 6/6 pass; checkstyle (validate) clean. -- 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]
