07 Oct 2021
07:13 AM
- last edited on
14 Jul 2022
03:23 AM
by
AgataWlodarczyk
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.
Solved! Go to Solution.
Not at all. 😞
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:
Best regards,
Alex