Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 654 Bytes

File metadata and controls

33 lines (19 loc) · 654 Bytes

gometrics

Metrics gathering system for golang.

Installation

You can download the code via the usual go utilities:

go get github.com/datacratic/gometrics

To build the code and run the test suite along with several static analysis tools, use the provided Makefile:

make test

Note that the usual go utilities will work just fine but we require that all commits pass the full suite of tests and static analysis tools.

Examples

Usage examples are available in the following test suite.

License

The source code is available under the Apache License. See the LICENSE file for more details.