Hello I try take metrics for bytes-consumed-rate . Bu t I have the following problem. I write the command
JMX_PORT= bin/kafka-run-class.sh kafka.tools.JmxTool --object-name kafka.consumer:type=consumer-fetch-manager-metrics,client-id="([-.w]+)",name=bytes-consumed-rate and I take the error No matched attributes for the queried objects ArrayBuffer(kafka.consumer:type=consumer-fetch-manager-metrics,client-id=([-.w]+),name=bytes-consumed-rate). Can you help me? Which is the right command?