Re: Regarding Producer Metric - "request-latency-avg"

2022-11-07 Thread Amrit Gupta
ous misleading reply. > > P > > On Mon, Nov 7, 2022 at 11:39 AM Amrit Gupta > wrote: > >> Bumping >> >> On Mon, 7 Nov 2022 at 12:45 PM, Amrit Gupta >> wrote: >> >>> Hi Philip, >>> >>> >> the latency measures the time

Re: Regarding Producer Metric - "request-latency-avg"

2022-11-07 Thread Amrit Gupta
Bumping On Mon, 7 Nov 2022 at 12:45 PM, Amrit Gupta wrote: > Hi Philip, > > >> the latency measures the time difference between the *time the > request was created* and the response received > >> I believe it is *between the time send() was called*, and the t

Re: Regarding Producer Metric - "request-latency-avg"

2022-11-06 Thread Amrit Gupta
Hi Philip, >> the latency measures the time difference between the *time the request was created* and the response received >> I believe it is *between the time send() was called*, and the time the producer receives the response from the broker. I believe this is not right as if we see

Re: Regarding Producer Metric - "request-latency-avg"

2022-11-05 Thread Amrit Gupta
Bumping this On Fri, 4 Nov 2022 at 3:26 PM, Amrit Gupta wrote: > 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#L9

Regarding Producer Metric - "request-latency-avg"

2022-11-04 Thread Amrit Gupta
Hi, There is a producer metric ( request-latency-avg ), this is not updated in producer metrics documentation in