segmentio / stats

Go package for abstracting stats collection
https://godoc.org/github.com/segmentio/stats
MIT License
208 stars 32 forks source link

add support for metric arrays #102

Closed achille-roussel closed 5 years ago

achille-roussel commented 5 years ago

This PR extends the package to support reporting array of metrics instead of just structs.

achille-roussel commented 5 years ago

Thanks for the review!