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 2020/11/19 23:04:30 UTC

[GitHub] [pulsar-client-go] cckellogg opened a new pull request #397: Add metric for internal publish latency

cckellogg opened a new pull request #397:
URL: https://github.com/apache/pulsar-client-go/pull/397


   The current publish latency metric measures the time when send is called until the message is acked. The metric can be skewed if batching is enabled. 
   
   For example, if we call send the client will hold that message until x number of messages are collected or an interval has passed. This new metric measures the time when we send the data to the connection until we get an ack from the broker. This cuts out any batch skewing and provides a more accurate latency of what the client sees at the connection level.


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



[GitHub] [pulsar-client-go] wolfstudy merged pull request #397: Add metric for internal publish latency

Posted by GitBox <gi...@apache.org>.
wolfstudy merged pull request #397:
URL: https://github.com/apache/pulsar-client-go/pull/397


   


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