...
EDIT: Because of a limitation with the current metric implementation, it becomes difficult to set the metric object name to kafka.log.remote. Currently, the metric object name is set to kafka.server. This will be addressed in
. (details of the limitation are in the jira). The current metrics names are the following. Jira server ASF JIRA serverId 5aa69414-a9e9-3523-82ec-879b028fb15b key KAFKA-17313
MBean |
---|
kafka.server:type=RemoteLogManager, name=remote-fetch-throttle-time-avg |
kafka.server:type=RemoteLogManager, name=remote-fetch-throttle-time-max |
kafka.server:type=RemoteLogManager, name=remote-copy-throttle-time-avg |
kafka.server:type=RemoteLogManager, name=remote-copy-throttle-time-max |
Test Plan
Unit tests for both read and write quotas
...