You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2014/09/02 17:07:58 UTC

couch commit: updated refs/heads/master to 7c28c01

Repository: couchdb-couch
Updated Branches:
  refs/heads/master 4534f5393 -> 7c28c01f5


add missing stat


Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/7c28c01f
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/7c28c01f
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch/diff/7c28c01f

Branch: refs/heads/master
Commit: 7c28c01f51bd43d2bd8a5ea31eb2af0d6833b891
Parents: 4534f53
Author: Robert Newson <rn...@apache.org>
Authored: Tue Sep 2 16:07:45 2014 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Tue Sep 2 16:07:45 2014 +0100

----------------------------------------------------------------------
 priv/stat_descriptions.cfg | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/7c28c01f/priv/stat_descriptions.cfg
----------------------------------------------------------------------
diff --git a/priv/stat_descriptions.cfg b/priv/stat_descriptions.cfg
index e2451d9..f62d288 100644
--- a/priv/stat_descriptions.cfg
+++ b/priv/stat_descriptions.cfg
@@ -38,6 +38,10 @@
     {type, histogram},
     {desc, <<"milliseconds required to open a database">>}
 ]}.
+{[couchdb, dbinfo], [
+    {type, histogram},
+    {desc, <<"milliseconds required to fetch metadata about a database">>}
+]}.
 {[couchdb, document_inserts], [
     {type, counter},
     {desc, <<"number of documents inserted">>}