Skip to content
This repository was archived by the owner on May 25, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions priv/stats_descriptions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
{type, counter},
{desc, <<"number of bulk requests">>}
]}.
{[couchdb, httpd, bulk_reads], [
{type, histogram},
{desc, <<"distribution of the number of docs in _bulk_gets requests">>}
]}.
{[couchdb, httpd, requests], [
{type, counter},
{desc, <<"number of HTTP requests">>}
Expand Down
2 changes: 1 addition & 1 deletion src/test_util.erl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

-export([start_couch/0, start_couch/1, start_couch/2, stop_couch/0, stop_couch/1]).
-export([start_config/1, stop_config/1]).
-export([start_applications/1, stop_applications/1]).
-export([load_applications_with_stats/0, start_applications/1, stop_applications/1]).

-export([stop_sync/1, stop_sync/2, stop_sync/3]).

Expand Down