Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Passing Graphite Events #33

Open
justdaver opened this issue Oct 2, 2014 · 0 comments
Open

Passing Graphite Events #33

justdaver opened this issue Oct 2, 2014 · 0 comments

Comments

@justdaver
Copy link

Hey Luke,

Would it be possible to integrate the Graphite events system into statsd? Events are a pretty useful method for overlaying additional info over graphs in graphite such as log file extracts...etc as they happen.

At the moment we're posting events to graphite using curl method below:

curl -X POST http://graphite/events/ -d '{"what": "Something Interesting", "tags" : "tag1 "}')

It would be awesome if we could push these kinds of events to the statsd collector and then the collector passes it back to graphite.

Thanks!
Dave

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant