This is an automated email from the ASF dual-hosted git repository. jlli pushed a change to branch add-two-broker-metrics in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
from 008a925 Add SERVER_PROCESSING and NETTY_CONNECTION to broker query phase metrics add 0fc2da3 Add NETTY_CONNECTION_SEND_REQUEST_LATENCY to broker timer metrics No new revisions were added by this update. Summary of changes: .../SingleConnectionBrokerRequestHandler.java | 14 ++--------- .../pinot/common/metrics/BrokerQueryPhase.java | 2 -- .../apache/pinot/common/metrics/BrokerTimer.java | 4 ++++ .../apache/pinot/common/metrics/ServerTimer.java | 4 +++- .../core/common/datatable/DataTableImplV2.java | 1 - .../core/common/datatable/DataTableImplV3.java | 1 - .../pinot/core/transport/AsyncQueryResponse.java | 4 ++++ .../core/transport/InstanceRequestHandler.java | 27 ++++++++++++---------- .../apache/pinot/core/transport/QueryRouter.java | 2 +- .../pinot/core/transport/ServerChannels.java | 17 ++++++++++---- .../pinot/core/transport/ServerResponse.java | 20 ++++++++++------ 11 files changed, 55 insertions(+), 41 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org