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

Add Yokozuna stats so they appear in console and http /stats #855

Merged
merged 1 commit into from
Feb 24, 2014

Conversation

bowrocker
Copy link

Yokozuna stats are current not appearing in 'riak-admin status' or http output. Add them to riak_kv_status and riak_kv_wm_stats so that they do.

@rzezeski
Copy link
Contributor

Testing both riak-admin status and /stats manually and both work.

# curl -s 'http://localhost:10018/stats' | json_pp | grep search
   "search_query_latency_max" : 0,
   "search_query_latency_min" : 0,
   "search_query_latency_95" : 0,
   "search_index_latency_median" : 0,
   "search_index_fail_count" : 0,
   "search_index_latency_99" : 0,
   "search_index_throughtput_one" : 0,
   "search_index_latency_999" : 0,
   "search_index_latency_min" : 0,
   "search_query_throughput_one" : 0,
   "search_index_latency_max" : 0,
   "search_query_latency_median" : 0,
   "search_query_latency_999" : 0,
   "search_query_throughput_count" : 0,
   "search_index_throughput_count" : 0,
   "riak_search_version" : "1.4.1-22-ga3893df",
   "search_query_latency_99" : 0,
   "search_index_latency_95" : 0,
   "search_index_fail_one" : 0,
#  ~/yz-verify/rt/riak_yz/dev/dev1/bin/riak-admin status | grep search
riak_search_version : <<"1.4.1-22-ga3893df">>
search_query_throughput_count : 0
search_query_throughput_one : 0
search_query_latency_min : 0
search_query_latency_max : 0
search_query_latency_median : 0
search_query_latency_95 : 0
search_query_latency_99 : 0
search_query_latency_999 : 0
search_index_throughput_count : 0
search_index_throughtput_one : 0
search_index_fail_count : 0
search_index_fail_one : 0
search_index_latency_min : 0
search_index_latency_max : 0
search_index_latency_median : 0
search_index_latency_95 : 0
search_index_latency_99 : 0
search_index_latency_999 : 0

+1 to merge.

bowrocker added a commit that referenced this pull request Feb 24, 2014
Add Yokozuna stats so they appear in console and http /stats
@bowrocker bowrocker merged commit eb3a05c into develop Feb 24, 2014
@seancribbs seancribbs deleted the bugfix/jra/yz_stats_2 branch April 1, 2015 23:36
@mbbroberg
Copy link

Thank you for this PR @bowrocker! It's great to see it merged. 👍

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

Successfully merging this pull request may close these issues.

3 participants