From 29780bffd46e5accc3b5977fecd21c8e52429d20 Mon Sep 17 00:00:00 2001 From: ILYA Khlopotov Date: Mon, 19 Jan 2015 09:18:22 -0800 Subject: [PATCH] Fix typo in metrics definition We call increment_counter with map_docs. Change definition in stats_description.cfg to match. COUCHDB-2552 --- priv/stats_descriptions.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/priv/stats_descriptions.cfg b/priv/stats_descriptions.cfg index 9563467..44a7c63 100644 --- a/priv/stats_descriptions.cfg +++ b/priv/stats_descriptions.cfg @@ -14,7 +14,7 @@ % a trailing full-stop / period % Please keep this in alphabetical order -{[couchdb, mrview, map_doc], [ +{[couchdb, mrview, map_docs], [ {type, counter}, {desc, <<"number of documents mapped in the view server">>} ]}.