You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2019/02/23 03:36:23 UTC

[GitHub] sunithabeeram opened a new pull request #3872: Add metrics to track work done in group-by phase

sunithabeeram opened a new pull request #3872: Add metrics to track work done in group-by phase
URL: https://github.com/apache/incubator-pinot/pull/3872
 
 
   Add code to log and emit metrics related to group-by execution:
   - Number of groups ignored when generating group-by keys per segment (IgnoredPreCombine)
   - Number of groups ignored during the combine phase (IgnoredInCombine)
   - Number of groups aggregated during combine phase (AggrInCombine)
   - Number of groups ignored/trimmed after aggregation (PostCombine)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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