Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 453 Bytes

README.markdown

File metadata and controls

13 lines (9 loc) · 453 Bytes

mio (aka metered IO)

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

See documentation on godoc.org.

This package is intended to be used with metrics package.