Currently, labels in metrics are converted to lower case and spaces are replaced by underscore ('_') which might be undesirable is some scenarios.
This patch adds --clean_labels=(bool), option which allows to turn off such behavior.
Option is set to true by default, to not to break backwards compatibility.
Hello @ulranh
Currently, labels in metrics are converted to lower case and spaces are replaced by underscore ('_') which might be undesirable is some scenarios. This patch adds --clean_labels=(bool), option which allows to turn off such behavior. Option is set to
true
by default, to not to break backwards compatibility.