You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/05/17 00:09:39 UTC

[GitHub] [pulsar] rdhabalia opened a new pull request #4290: [pulsar-broker] add broker-add-latency metrics

rdhabalia opened a new pull request #4290: [pulsar-broker] add broker-add-latency metrics
URL: https://github.com/apache/pulsar/pull/4290
 
 
   ### Motivation
   
   When user sees high publish-latency at client side then we need exact break-down metrics at server side which can give clear idea about customer impact. right now, we have add-entry latency for the managed-ledger to capture latency while adding entry to bookie. However, it would be great if we have two separate latencies: 1. e2e broker publish-latency (including request waiting time into the queue) and 2. ML add latency while adding entry to bookie (broker to bookie).
   
   So, adding 1st latency metrics to capture e2e broker publish-latency. 

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