Y
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
mtford
4395 days ago
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?
link
opendais
4395 days ago
You can write your plugin for the back end to dump it. It defaults to graphite which would be familiar enough I think.
link
What's it like in terms of getting the data back out?