cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Kafka total time per produce/fetchFollower request

Stephane_LeMoig
Frequent Guest

Hello,

I need to know what means exactly these metrics.

Is it the time between the producer launching his request and the return from the Kafka cluster to say it's OK?

I ask the question because we have an astonishing value that we can't correlate with other metrics.

 

Thanks a lot.

3 REPLIES 3

ChadTurner
DynaMight Legend
DynaMight Legend

@Stephane_LeMoig have you made any progress with getting clarity on this?

-Chad

Not at all. 😞

_Alexander_
Dynatrace Advisor
Dynatrace Advisor

Hello, these Dynatrace metrics are equivalent to

 

kafka.network:type=RequestMetrics,name=TotalTimeMs,request={Produce|FetchConsumer|FetchFollower}

https://docs.confluent.io/platform/current/kafka/monitoring.html

 

These metric measure the total time taken to service a request:

  • produce: requests from producers to send data
  • fetch-consumer: requests from consumers to get new data
  • fetch-follower: requests from brokers that are the followers of a partition to get new data

Best regards,

Alex

Featured Posts