I am currently extracting some metrics from different data sources and storing them in a map of type Map[String,Any] where the key corresponds to the metric nam
Map[String,Any]
json4s has method for it.
pretty(render(yourMap))