Metrics.NET
Metrics.NET copied to clipboard
Optional cast of all metrics to lower case
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.