Description
Metrics API currently supports only numeric values. However, it's useful also to report non-numeric values such as eg. version, disk type, component state, some system properties, etc.
Codahale Gauge<T> metric type can be used for this purpose, and convenience methods can be added to SolrMetricManager to make it easier to use.