mirror of
https://github.com/valitydev/riak_test.git
synced 2024-11-06 16:45:29 +00:00
Merge pull request #1140 from basho/fd-riak_test-verify_riak_stats
Added new 2.2 stats to the list of common stats.
This commit is contained in:
commit
6f2c9113c3
@ -460,6 +460,13 @@ common_stats() ->
|
|||||||
<<"goldrush_version">>,
|
<<"goldrush_version">>,
|
||||||
<<"gossip_received">>,
|
<<"gossip_received">>,
|
||||||
<<"handoff_timeouts">>,
|
<<"handoff_timeouts">>,
|
||||||
|
<<"hll_bytes">>,
|
||||||
|
<<"hll_bytes_mean">>,
|
||||||
|
<<"hll_bytes_100">>,
|
||||||
|
<<"hll_bytes_95">>,
|
||||||
|
<<"hll_bytes_99">>,
|
||||||
|
<<"hll_bytes_median">>,
|
||||||
|
<<"hll_bytes_total">>,
|
||||||
<<"ibrowse_version">>,
|
<<"ibrowse_version">>,
|
||||||
<<"ignored_gossip_total">>,
|
<<"ignored_gossip_total">>,
|
||||||
<<"index_fsm_active">>,
|
<<"index_fsm_active">>,
|
||||||
@ -512,6 +519,21 @@ common_stats() ->
|
|||||||
<<"node_get_fsm_counter_time_median">>,
|
<<"node_get_fsm_counter_time_median">>,
|
||||||
<<"node_get_fsm_errors">>,
|
<<"node_get_fsm_errors">>,
|
||||||
<<"node_get_fsm_errors_total">>,
|
<<"node_get_fsm_errors_total">>,
|
||||||
|
<<"node_get_fsm_hll_objsize_100">>,
|
||||||
|
<<"node_get_fsm_hll_objsize_95">>,
|
||||||
|
<<"node_get_fsm_hll_objsize_99">>,
|
||||||
|
<<"node_get_fsm_hll_objsize_mean">>,
|
||||||
|
<<"node_get_fsm_hll_objsize_median">>,
|
||||||
|
<<"node_get_fsm_hll_siblings_100">>,
|
||||||
|
<<"node_get_fsm_hll_siblings_95">>,
|
||||||
|
<<"node_get_fsm_hll_siblings_99">>,
|
||||||
|
<<"node_get_fsm_hll_siblings_mean">>,
|
||||||
|
<<"node_get_fsm_hll_siblings_median">>,
|
||||||
|
<<"node_get_fsm_hll_time_100">>,
|
||||||
|
<<"node_get_fsm_hll_time_95">>,
|
||||||
|
<<"node_get_fsm_hll_time_99">>,
|
||||||
|
<<"node_get_fsm_hll_time_mean">>,
|
||||||
|
<<"node_get_fsm_hll_time_median">>,
|
||||||
<<"node_get_fsm_in_rate">>,
|
<<"node_get_fsm_in_rate">>,
|
||||||
<<"node_get_fsm_map_objsize_100">>,
|
<<"node_get_fsm_map_objsize_100">>,
|
||||||
<<"node_get_fsm_map_objsize_95">>,
|
<<"node_get_fsm_map_objsize_95">>,
|
||||||
@ -565,6 +587,8 @@ common_stats() ->
|
|||||||
<<"node_gets">>,
|
<<"node_gets">>,
|
||||||
<<"node_gets_counter">>,
|
<<"node_gets_counter">>,
|
||||||
<<"node_gets_counter_total">>,
|
<<"node_gets_counter_total">>,
|
||||||
|
<<"node_gets_hll">>,
|
||||||
|
<<"node_gets_hll_total">>,
|
||||||
<<"node_gets_map">>,
|
<<"node_gets_map">>,
|
||||||
<<"node_gets_map_total">>,
|
<<"node_gets_map_total">>,
|
||||||
<<"node_gets_set">>,
|
<<"node_gets_set">>,
|
||||||
@ -577,6 +601,11 @@ common_stats() ->
|
|||||||
<<"node_put_fsm_counter_time_99">>,
|
<<"node_put_fsm_counter_time_99">>,
|
||||||
<<"node_put_fsm_counter_time_mean">>,
|
<<"node_put_fsm_counter_time_mean">>,
|
||||||
<<"node_put_fsm_counter_time_median">>,
|
<<"node_put_fsm_counter_time_median">>,
|
||||||
|
<<"node_put_fsm_hll_time_100">>,
|
||||||
|
<<"node_put_fsm_hll_time_95">>,
|
||||||
|
<<"node_put_fsm_hll_time_99">>,
|
||||||
|
<<"node_put_fsm_hll_time_mean">>,
|
||||||
|
<<"node_put_fsm_hll_time_median">>,
|
||||||
<<"node_put_fsm_in_rate">>,
|
<<"node_put_fsm_in_rate">>,
|
||||||
<<"node_put_fsm_map_time_100">>,
|
<<"node_put_fsm_map_time_100">>,
|
||||||
<<"node_put_fsm_map_time_95">>,
|
<<"node_put_fsm_map_time_95">>,
|
||||||
@ -600,6 +629,8 @@ common_stats() ->
|
|||||||
<<"node_puts">>,
|
<<"node_puts">>,
|
||||||
<<"node_puts_counter">>,
|
<<"node_puts_counter">>,
|
||||||
<<"node_puts_counter_total">>,
|
<<"node_puts_counter_total">>,
|
||||||
|
<<"node_puts_hll">>,
|
||||||
|
<<"node_puts_hll_total">>,
|
||||||
<<"node_puts_map">>,
|
<<"node_puts_map">>,
|
||||||
<<"node_puts_map_total">>,
|
<<"node_puts_map_total">>,
|
||||||
<<"node_puts_set">>,
|
<<"node_puts_set">>,
|
||||||
@ -613,6 +644,13 @@ common_stats() ->
|
|||||||
<<"object_counter_merge_time_mean">>,
|
<<"object_counter_merge_time_mean">>,
|
||||||
<<"object_counter_merge_time_median">>,
|
<<"object_counter_merge_time_median">>,
|
||||||
<<"object_counter_merge_total">>,
|
<<"object_counter_merge_total">>,
|
||||||
|
<<"object_hll_merge">>,
|
||||||
|
<<"object_hll_merge_time_100">>,
|
||||||
|
<<"object_hll_merge_time_95">>,
|
||||||
|
<<"object_hll_merge_time_99">>,
|
||||||
|
<<"object_hll_merge_time_mean">>,
|
||||||
|
<<"object_hll_merge_time_median">>,
|
||||||
|
<<"object_hll_merge_total">>,
|
||||||
<<"object_map_merge">>,
|
<<"object_map_merge">>,
|
||||||
<<"object_map_merge_time_100">>,
|
<<"object_map_merge_time_100">>,
|
||||||
<<"object_map_merge_time_95">>,
|
<<"object_map_merge_time_95">>,
|
||||||
@ -656,6 +694,8 @@ common_stats() ->
|
|||||||
<<"read_repairs_fallback_notfound_one">>,
|
<<"read_repairs_fallback_notfound_one">>,
|
||||||
<<"read_repairs_fallback_outofdate_count">>,
|
<<"read_repairs_fallback_outofdate_count">>,
|
||||||
<<"read_repairs_fallback_outofdate_one">>,
|
<<"read_repairs_fallback_outofdate_one">>,
|
||||||
|
<<"read_repairs_hll">>,
|
||||||
|
<<"read_repairs_hll_total">>,
|
||||||
<<"read_repairs_map">>,
|
<<"read_repairs_map">>,
|
||||||
<<"read_repairs_map_total">>,
|
<<"read_repairs_map_total">>,
|
||||||
<<"read_repairs_primary_notfound_count">>,
|
<<"read_repairs_primary_notfound_count">>,
|
||||||
@ -703,6 +743,8 @@ common_stats() ->
|
|||||||
<<"search_blockedvnode_count">>,
|
<<"search_blockedvnode_count">>,
|
||||||
<<"search_blockedvnode_one">>,
|
<<"search_blockedvnode_one">>,
|
||||||
<<"search_detected_repairs_count">>,
|
<<"search_detected_repairs_count">>,
|
||||||
|
<<"search_index_bad_entry_count">>,
|
||||||
|
<<"search_index_bad_entry_one">>,
|
||||||
<<"search_index_error_threshold_blown_count">>,
|
<<"search_index_error_threshold_blown_count">>,
|
||||||
<<"search_index_error_threshold_blown_one">>,
|
<<"search_index_error_threshold_blown_one">>,
|
||||||
<<"search_index_error_threshold_failure_count">>,
|
<<"search_index_error_threshold_failure_count">>,
|
||||||
@ -711,6 +753,8 @@ common_stats() ->
|
|||||||
<<"search_index_error_threshold_ok_one">>,
|
<<"search_index_error_threshold_ok_one">>,
|
||||||
<<"search_index_error_threshold_recovered_count">>,
|
<<"search_index_error_threshold_recovered_count">>,
|
||||||
<<"search_index_error_threshold_recovered_one">>,
|
<<"search_index_error_threshold_recovered_one">>,
|
||||||
|
<<"search_index_extract_fail_count">>,
|
||||||
|
<<"search_index_extract_fail_one">>,
|
||||||
<<"search_index_fail_count">>,
|
<<"search_index_fail_count">>,
|
||||||
<<"search_index_fail_one">>,
|
<<"search_index_fail_one">>,
|
||||||
<<"search_index_latency_95">>,
|
<<"search_index_latency_95">>,
|
||||||
@ -804,6 +848,13 @@ common_stats() ->
|
|||||||
<<"vnode_get_fsm_time_median">>,
|
<<"vnode_get_fsm_time_median">>,
|
||||||
<<"vnode_gets">>,
|
<<"vnode_gets">>,
|
||||||
<<"vnode_gets_total">>,
|
<<"vnode_gets_total">>,
|
||||||
|
<<"vnode_hll_update">>,
|
||||||
|
<<"vnode_hll_update_time_100">>,
|
||||||
|
<<"vnode_hll_update_time_95">>,
|
||||||
|
<<"vnode_hll_update_time_99">>,
|
||||||
|
<<"vnode_hll_update_time_mean">>,
|
||||||
|
<<"vnode_hll_update_time_median">>,
|
||||||
|
<<"vnode_hll_update_total">>,
|
||||||
<<"vnode_index_deletes">>,
|
<<"vnode_index_deletes">>,
|
||||||
<<"vnode_index_deletes_postings">>,
|
<<"vnode_index_deletes_postings">>,
|
||||||
<<"vnode_index_deletes_postings_total">>,
|
<<"vnode_index_deletes_postings_total">>,
|
||||||
|
Loading…
Reference in New Issue
Block a user