34 lines
806 B
Markdown
34 lines
806 B
Markdown
|
go-flow-metrics
|
||
|
==================
|
||
|
|
||
|
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](https://protocol.ai)
|
||
|
[![Travis CI](https://travis-ci.org/libp2p/go-flow-metrics.svg?branch=master)](https://travis-ci.org/libp2p/go-flow-metrics)
|
||
|
|
||
|
> A simple library for tracking flow metrics.
|
||
|
|
||
|
A simple alternative to [rcrowley's
|
||
|
go-metrics](https://github.com/rcrowley/go-metrics) that's a lot faster (and
|
||
|
only does simple bandwidth metrics).
|
||
|
|
||
|
## Table of Contents
|
||
|
|
||
|
- [Install](#install)
|
||
|
- [Contribute](#contribute)
|
||
|
- [License](#license)
|
||
|
|
||
|
## Install
|
||
|
|
||
|
```sh
|
||
|
make install
|
||
|
```
|
||
|
|
||
|
## Contribute
|
||
|
|
||
|
PRs are welcome!
|
||
|
|
||
|
Small note: If editing the Readme, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.
|
||
|
|
||
|
## License
|
||
|
|
||
|
MIT © Protocol Labs
|