Skip to content

Commit

Permalink
Merge pull request #828 from basho/bug/rdb/gh740
Browse files Browse the repository at this point in the history
Add riak_core stats to riak-admin status
  • Loading branch information
russelldb committed Feb 14, 2014
2 parents 48e0a74 + 3f8fd1e commit 7e2c68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riak_kv_status.erl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

-spec(statistics() -> [any()]).
statistics() ->
riak_kv_stat:get_stats().
riak_kv_stat:get_stats() ++ riak_core_stat:get_stats().

ringready() ->
riak_core_status:ringready().
Expand Down

0 comments on commit 7e2c68d

Please sign in to comment.