kumare3 / gostats

Go client for Stats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gostats GoDoc Build Status

gostats is a Go metrics library with support for Counters, Gauges, and Timers.

Installation

go get github.com/lyft/gostats

Building & Testing

make install 
make test

Usage

In order to start using gostats, import it into your project with:

import "github.com/lyft/gostats"

About

Go client for Stats

License:Other


Languages

Language:Go 97.8%Language:Makefile 2.2%