nightlyone / go-stackdriver

Inofficial Go client for [stackdriver.com](stackdriver.com) API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-stackdriver

Inofficial Go client for stackdriver.com API.

NOTE: Still work in progress, just a proof of concept, code heavily in flux. No tests and docs yet!

Build Status

LICENSE

BSD

documentation

package documentation at GoDoc or gowalker.org

quick usage

see the example.go for usage.

build and install

install from source

Install Go 1, either from source or with a prepackaged binary.

Then run

go get github.com/nightlyone/go-stackdriver/stackdriver

Export your stackdriver API key as STACKDRIVER_API_KEY environment variable

Run the example:

go run example.go

LICENSE

BSD

documentation

contributing

Contributions are welcome. Please open an issue or send me a pull request for a dedicated branch. Make sure the git commit hooks show it works.

git commit hooks

enable commit hooks via

    cd .git ; rm -rf hooks; ln -s ../git-hooks hooks ; cd ..

About

Inofficial Go client for [stackdriver.com](stackdriver.com) API.

License:MIT License


Languages

Language:Go 100.0%