- Mark as New
- Subscribe to RSS Feed
- Permalink
‎07 Oct 2021
03:13 PM
- last edited on
‎14 Jul 2022
11: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.
- Mark as New
- Subscribe to RSS Feed
- Permalink
‎04 Nov 2021 08:21 PM
@Stephane_LeMoig have you made any progress with getting clarity on this?

- Mark as New
- Subscribe to RSS Feed
- Permalink
‎06 Dec 2021 11:31 AM
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
