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

   This PR adds 4 new metrics:
   
   1. queriesWithJoins (global): How many queries with joins have been 
executed. For each query with at least one join, this meter is increased 
exactly once.
   2. joinCount (global): How many joins have been executed. For each query 
with at least one join, this meter is increased as many times as joins in the 
query.
   3. queriesWithWindow (global): How many queries with window functions have 
been executed. For each query with at least one window function, this meter is 
increased exactly once.
   4. windowCount (global): How many window functions have been executed. For 
each query with at least one window function, this meter is increased as many 
times as window functions in the query.


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