yx9o opened a new pull request, #723: URL: https://github.com/apache/rocketmq-dashboard/pull/723
## What is the purpose of the change Add a native Prometheus metrics explorer to the Studio dashboard by reusing the existing metric profile and range query APIs. ## Brief changelog - Support RocketMQ 4.x Exporter and 5.x Native metric profiles - Support metric selection and 1h, 6h, and 24h query ranges - Render Prometheus time series, labels, latest values, warnings, and error states - Prevent stale query responses from replacing newer results - Add API and component regression tests ## Verifying this change - `cd web && npm test -- --maxWorkers=1 --fileParallelism=false` - `cd web && npm run lint` - `cd web && npm run build` - `cd server && mvn -q -Dtest=MetricsControllerTest,MetricsServiceTest,PrometheusMetricsSourceTest,MetricProfileServiceTest test` - Manually verified profile switching, range switching, Prometheus queries, and responsive SVG rendering -- 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]
