Warning
VMware has ended active development of this project. This repository will no longer be updated.
Go Proxy for Wavefront
You have a working Go environment.
$ go get -d github.com/wavefronthq/go-proxy
$ cd $GOPATH/src/wavefronthq/go-proxy
$ make
You have a Docker environment.
$ make docker-build
$ make package
$ make package-all