Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To effectively monitor the admin request forwarding status, we would add two metricsthe following metered metric:

MBean:kafka.server:type=RequestMetrics,name=NumRequestsForwardingToControllerPerSec,clientId=([-.\w]+)MBean:kafka.server:type=RequestMetrics,name=NumRequestsForwardingToControllerTotal,clientId=([-.\w]+)

to visualize how many RPC are inflight from each admin client. They It will be added via Yammer metrics.

...