Hi,

There is a producer metric
<https://github.com/apache/kafka/blob/14c36c7539cf5a7a54c2c7e30e115b3f4c4a9402/clients/src/main/java/org/apache/kafka/clients/producer/internals/SenderMetricsRegistry.java#L92>
 ( request-latency-avg ), this is not updated in producer metrics
documentation in confluent.

Also can I please get the detail of this metric that records the time spent
from which point to which point exactly?

Does it include the time it resides in the producer buffer? or it is from
the point it is removed from the producer buffer.

I mean does this include the time from application calling send() and the
record is sent to the broker?

Thanks,
Tushar

Reply via email to