yx9o opened a new pull request, #766: URL: https://github.com/apache/rocketmq-dashboard/pull/766
## What is the purpose of the change Clients currently need to extract and submit version-specific PromQL expressions from metric profiles. This change allows clients to query metrics using `profileId` and `semanticMetric`, with the server resolving the corresponding PromQL while preserving raw PromQL query compatibility. ## Brief changelog - Add profile-based semantic metric selection to the metrics query API - Resolve RocketMQ 4.x and 5.x semantic metrics to version-specific PromQL - Preserve existing raw PromQL queries - Reject incomplete or ambiguous metric selections - Add service and controller regression tests ## Verifying this change - `cd server && mvn -q -Dtest=MetricsControllerTest,MetricsServiceTest,MetricProfileServiceTest,PrometheusMetricsSourceTest test` - `cd server && mvn -q test` - `cd server && mvn -q -DskipTests package` - `cd server && mvn -q -DskipTests checkstyle:check` -- 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]
