govent ·
To install:
$ go install github.com/MediaMath/govent
To use:
$ export GRAPHITE_URL=https://example.com/events/
$ export GRAPHITE_USER=foo
$ export GRAPHITE_PASSWORD=bar
$ govent --tag go.write.me.an.event.build --what what.aint.no.country "my data is fo realz"
To get:
$ go get github.com/MediaMath/govent/graphite
To use:
import "github.com/MediaMath/govent/graphite"
g := graphite.New("foo", "bar", "https://example.com/events/")
g.Publish(graphite.NewEvent("what.aint.no.country", "my data is fo realz", "go.write.me.an.event.build"))