# README
Helper code for collecting metrics.
(TODO: Fill in more details.)
# Functions
RegistryToInterfaceMap returns a map representation of all the metrics in the Registry, but with the value type being interface{}.
WriteMetrics sorts and writes metrics in the given registry to the given io.Writer.