Aias00 opened a new issue, #1198:
URL: https://github.com/apache/rocketmq-dashboard/issues/1198

   ## Problem
   Metrics query validation currently checks only start/end order and a 
non-empty step. A request covering a very large range with a tiny step can 
consume substantial Prometheus resources before Studio response limits apply.
   
   ## Scope
   Track 1 / METRICS-01 query protection.
   
   ## Expected
   - Parse supported Prometheus duration steps before dispatch.
   - Reject ranges that exceed a documented maximum duration or sample count 
with HTTP 400.
   - Preserve accepted duration forms and existing response-size limits.
   - Add focused validation tests proving rejected input does not call the HTTP 
backend.


-- 
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]

Reply via email to