Hacker News new | ask | show | jobs
by opendais 4395 days ago
StatsD might be better since you are just recording datapoints + text field I'm assuming.

https://pypi.python.org/pypi/python-statsd

1 comments

Sounds interesting... i'll take a look. The fact that its UDP would be helpful in avoiding the need for a dependency on celery/message queues.

What's it like in terms of getting the data back out?

You can write your plugin for the back end to dump it. It defaults to graphite which would be familiar enough I think.