govent

command module
v0.0.0-...-559e7e0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 4, 2018 License: BSD-3-Clause Imports: 6 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL