basho / riak_pipe

Riak Pipelines
Apache License 2.0
162 stars 60 forks source link

Add minimal stats to riak_pipe #60

Closed russelldb closed 11 years ago

russelldb commented 12 years ago

Attach to the node and run

riak_pipe_stat:get_stats().

You'll need https://github.com/basho/riak_core/tree/gh412-more-kv-stats in your deps. If you add https://github.com/basho/riak_kv/tree/gh412-tree-stats too, you'll see pipe stats in the stats blob at /stats and riak-admin status

beerriot commented 12 years ago

Other than my two small comments, this looks like a great start to pipe stats. I checked it out on the console, with riak-admin status, and on /stats. :+1:

russelldb commented 12 years ago

Added a commit that addresses the comments, so merging due to prior :+1: (as soon as the branches this depends on a merged.)