Skip to content

MediaMath/govent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

govent · CircleCI Status GitHub license PRs Welcome

govent - cli and library for sending events to the graphite events api

Command line utility

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"

Go library

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"))

About

Graphite events api go library and cli tool

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published