Skip to content

vjkoskela/gometricsclient

Repository files navigation

go-metrics-client

License: Apache 2 Travis Build

Implementation of ArpNetworking's Metrics Client Java for Go.

Dependency

First, retrieve the library into your workspace:

go> go get github.com/vjkoskela/gometricsclient

To use the library in your project(s) simply import it:

import "github.com/vjkoskela/gometricsclient"

''TODO''

Development

To build the library locally you must satisfy these prerequisites:

Next, fork the repository, get and build:

Getting and Building:

go> go get github.com/$USER/gometricsclient
go> go install github.com/$USER/gometricsclient

Testing:

go> go test -coverprofile=coverage.out github.com/$USER/gometricsclient
go> go tool cover -html=coverage.out

To use the local forked version in your project simply import it:

import "github.com/$USER/gometricsclient"

Note: The above assumes $USER is the name of your Github organization containing the fork.

License

Published under Apache Software License 2.0, see LICENSE

© Ville Koskela, 2016

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages