Home

Awesome

turbinelabs/stats

This project is no longer maintained by Turbine Labs, which has shut down.

Apache 2.0 GoDoc CircleCI Go Report Card codecov

The stats project provides a standard Stats interface to a variety of underlying backends, along with a means to configure it from command line flags.

Requirements

Dependencies

The stats project depends on these packages:

The tests depend on our test package, and on gomock. It should always be safe to use HEAD of all master branches of Turbine Labs open source projects together, or to vendor them with the same git tag.

gomock-based MockStats and MockFromFlags are provided.

<!-- remove if no vendored dependencies -->

Additionally, we vendor github.com/rs/xstats. This should be considered an opaque implementation detail, see Vendoring for more discussion.

Install

go get -u github.com/turbinelabs/stats/...

Clone/Test

mkdir -p $GOPATH/src/turbinelabs
git clone https://github.com/turbinelabs/stats.git > $GOPATH/src/turbinelabs/stats
go test github.com/turbinelabs/stats/...

Godoc

stats

Versioning

Please see Versioning of Turbine Labs Open Source Projects.

Pull Requests

Patches accepted! Please see Contributing to Turbine Labs Open Source Projects.

Code of Conduct

All Turbine Labs open-sourced projects are released with a Contributor Code of Conduct. By participating in our projects you agree to abide by its terms, which will be carefully enforced.