This is an automated email from the ASF dual-hosted git repository.
iilyak pushed a change to branch couch-stats-resource-tracker-http-api
in repository https://gitbox.apache.org/repos/asf/couchdb.git
from 39e238721 Use sliding topK
new 8172be650 Pass matcher to group_by and friends
new 695cccb71 Add RPC
new 8a9e54412 Add HTTP
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/chttpd/src/chttpd_httpd_handlers.erl | 2 +-
src/couch_stats/src/csrt.erl | 50 ++++++++++
src/couch_stats/src/csrt_httpd.erl | 165 +++++++++++++++++++++++++++++++
src/couch_stats/src/csrt_query.erl | 80 +++++++++------
4 files changed, 264 insertions(+), 33 deletions(-)
create mode 100644 src/couch_stats/src/csrt_httpd.erl