kafka.consumer:type=consumer-fetch-manager-metrics,client-id={client-id}
Attribute name Description
bytes-consumed-rateThe average number of bytes consumed per second
fetch-latency-avgThe average time taken for a fetch request.
fetch-latency-maxThe max time taken for any fetch request.
fetch-rateThe number of fetch requests per second.
fetch-size-avgThe average number of bytes fetched per request
fetch-size-maxThe maximum number of bytes fetched per request
fetch-throttle-time-avgThe average throttle time in ms
fetch-throttle-time-maxThe maximum throttle time in ms
records-consumed-rateThe average number of records consumed per second
records-lag-maxThe maximum lag in terms of number of records for any partition in this window
records-per-request-avgThe average number of records in each request
{topic}-{partition}.records-lagThe latest lag of the partition
{topic}-{partition}.records-lag-avgThe average lag of the partition
{topic}-{partition}.records-lag-maxThe max lag of the partition
kafka.consumer:type=consumer-fetch-manager-metrics,client-id={client-id},topic={topic}
Attribute name Description
bytes-consumed-rateThe average number of bytes consumed per second for a topic
fetch-size-avgThe average number of bytes fetched per request for a topic
fetch-size-maxThe maximum number of bytes fetched per request for a topic
records-consumed-rateThe average number of records consumed per second for a topic
records-per-request-avgThe average number of records in each request for a topic