rcrowley / go-metrics

Go port of Coda Hale's Metrics library
Other
3.43k stars 493 forks source link

Added support for logging metrics as single line json instead of printing on separate lines #200

Open degaydorus opened 7 years ago

degaydorus commented 7 years ago

Included separate methods for marshaling JSON values in metrics registry as strings and then logging them.

Made separate methods for now for backwards compatibility with existing functionality.