m1a2st opened a new pull request, #19519:
URL: https://github.com/apache/kafka/pull/19519

   There will be an update to the PluginMetrics#metricName method: the type of 
the tags parameter will be changed
   from Map to LinkedHashMap.
   This change is necessary because the order of metric tags is important
   1. If the tag order is inconsistent, identical metrics may be treated as 
distinct ones by the metrics backend
   2. KAFKA-18390 is updating metric naming to use LinkedHashMap. For 
consistency, we should follow the same approach here.
   


-- 
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.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to