jackjlli opened a new issue, #12768:
URL: https://github.com/apache/pinot/issues/12768

   The `QUERY_QUOTA_CAPACITY_UTILIZATION_RATE` broker metric remains stale if 
there is no incoming query against the table for a while. The reason is that 
this broker metric is a gauge metric. If there is no incoming query, the gauge 
value would remain the same without any updates. In addition, if the total 
query quota is less than the number of brokers, meaning if the per-broker rate 
is less than 1, the metric value would always be > 100. So even there is only 1 
incoming query for a while, the metric value would still be > 100.


-- 
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: commits-unsubscr...@pinot.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to