Metrics.NET icon indicating copy to clipboard operation
Metrics.NET copied to clipboard

Optional cast of all metrics to lower case

Open vchekan opened this issue 9 years ago • 0 comments

Metrics, which include machine name are usually in capital letters on windows. But if the same machine reports something using different collecting tools, such as JMX, it is usually lower case. This becomes annoying when constructing dashboards and queries.

This patch adds optional parameter to force all keys to be lower cased. The default behavior did not change.

vchekan avatar Sep 17 '15 18:09 vchekan