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/10/29 02:00:08 UTC

[GitHub] [incubator-pinot] jackjlli opened a new pull request #4750: Clean up duplicate/unused metrics in controller

jackjlli opened a new pull request #4750: Clean up duplicate/unused metrics in controller
URL: https://github.com/apache/incubator-pinot/pull/4750
 
 
   This PR cleans up duplicate or unused metrics in Pinot controller.
   
   e.g. the following validation metrics are duplicate comparing to the hourly metics:
   offlineSegmentDelayMillis
   lastPushTimeDelayMillis
   
   Removing these two validation metrics can help reduce the number of metrics a lot in Pinot controller.
   
   The controller metric `CONTROLLER_NOT_LEADER` as a global metric isn't valid any more.
   
   The controller metrics `LLC_KAFKA_DATA_LOSS` can be removed because it's duplicate with `LLC_STREAM_DATA_LOSS`.
   

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