Skip to content

Commit

Permalink
fix type with search_index_throughput (-t)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanlakhani committed Mar 13, 2015
1 parent 5a9df0c commit 541490b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/yz_stat.erl
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ stats_map(true) ->

%% Index stats
{search_index_throughput_count, {{?YZ_APP_NAME, index, throughput}, count}, spiral},
{search_index_throughtput_one, {{?YZ_APP_NAME, index, throughput}, one}, spiral},
{search_index_throughput_one, {{?YZ_APP_NAME, index, throughput}, one}, spiral},
{search_index_fail_count, {{?YZ_APP_NAME, index, fail}, count}, spiral},
{search_index_fail_one, {{?YZ_APP_NAME, index, fail}, one}, spiral},
{search_index_latency_min, {{?YZ_APP_NAME, index, latency}, min}, histogram},
Expand Down Expand Up @@ -175,7 +175,7 @@ stats() ->
{median, search_index_latency_median},
{min , search_index_latency_min}]},
{[index, throughput], spiral, [], [{count, search_index_throughput_count},
{one , search_index_throughtput_one}]},
{one , search_index_throughput_one}]},
{['query', fail], spiral, [], [{count, search_query_fail_count},
{one , search_query_fail_one}]},
{['query', latency], histogram, [], [{95 , search_query_latency_95},
Expand Down

5 comments on commit 541490b

@borshop
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from aberghage
at 541490b

@borshop
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

basho/yokozuna/bugfix/zl/stats-typo-throughput = 541490b merged ok, testing candidate = 639ab8b

@borshop
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging basho/yokozuna/bugfix/zl/stats-typo-throughput = 541490b into borshop-integration-470-bugfix/zl/stats-typo-throughput

@borshop
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@borshop
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding develop to borshop-integration-470-bugfix/zl/stats-typo-throughput = 639ab8b

Please # to comment.