Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/artyom/mio

Go package to collect read/write latency data (fork of meteredwriter)
https://github.com/artyom/mio

Last synced: about 13 hours ago
JSON representation

Go package to collect read/write latency data (fork of meteredwriter)

Awesome Lists containing this project

README

        

# mio (aka metered IO)

Package mio provides tools to combine io.Reader/io.Writer and
[metrics.Histogram][1] interfaces, so that every non-empty Read or Write call
latency value is sampled to Histogram.

See [documentation on godoc.org][doc].

This package is intended to be used with [metrics][1] package.

[1]: https://godoc.org/github.com/artyom/metrics#Histogram
[2]: https://github.com/artyom/metrics
[doc]: https://godoc.org/github.com/artyom/mio