GitHub user huxihx opened a pull request: https://github.com/apache/kafka/pull/4173
KAFKA-6156: Metric tag name should not contain colons. Windows directory paths often contain colons which are now allowed in yammer metrics. Should convert to its corresponding Unix style path before creating metrics. You can merge this pull request into a Git repository by running: $ git pull https://github.com/huxihx/kafka KAFKA-6156 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/4173.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #4173 ---- commit 36a1188a3f9c93d21f68b591d4fd16fa90bd8bad Author: huxihx <huxi...@hotmail.com> Date: 2017-11-03T06:13:47Z KAFKA-6156: Metric tag name should not contain colons. Windows directory paths often contain colons which are now allowed in yammer metrics. Should convert to its corresponding Unix style path before creating metrics. ---- ---