mumrah commented on a change in pull request #9580: URL: https://github.com/apache/kafka/pull/9580#discussion_r520910732
########## File path: core/src/main/scala/kafka/network/RequestChannel.scala ########## @@ -279,6 +279,7 @@ object RequestChannel extends Logging { .append(",principal:").append(session.principal) .append(",listener:").append(context.listenerName.value) .append(",clientInformation:").append(context.clientInformation) + .append(",isForwarded:").append(envelope.isDefined) Review comment: Not 100% sure about our metrics conventions, but I think this should be `forwarded` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org