gortiz opened a new pull request, #12982:
URL: https://github.com/apache/pinot/pull/12982

   Including:
   - Report BROKER_RESPONSES_WITH_NUM_GROUPS_LIMIT_REACHED
   - Report QUERY_TOTAL_TIME_MS
   - Report QUERY_QUOTA_EXCEEDED
   - Report REQUEST_DROPPED_DUE_TO_ACCESS_ERROR
   - Report QUERIES
   - Report REQUEST_SIZE
   - Add and report new MULTI_STAGE_QUERIES_BY_TABLE
   
   Some javadocs have been added to notice that some of these metrics can now 
be counted now more than once (ie 
BROKER_RESPONSES_WITH_NUM_GROUPS_LIMIT_REACHED is added for each table touched 
in the query in case of joins)
   
   This PR also changes a log. Specifically, the sentence that logs that a 
query has started is changed from debug to info. It is very useful to have a 
log when the query starts and one when it ends (the later already existed). 
This is specially useful to detect queries that for whatever reason do not end 
(like producing a large GC that ends up killing the broker).


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

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