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 18:32:29 UTC

couch commit: updated refs/heads/master to 027ef61

Repository: couchdb-couch
Updated Branches:
  refs/heads/master ec9f47a21 -> 027ef616b


Revert "add missing stat" -- Missing for a reason!

This reverts commit 7c28c01f51bd43d2bd8a5ea31eb2af0d6833b891.


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

Branch: refs/heads/master
Commit: 027ef616b36adc48cf8bb94e2b4fb46e679046bf
Parents: ec9f47a
Author: Robert Newson <rn...@apache.org>
Authored: Tue Sep 2 17:31:32 2014 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Tue Sep 2 17:32:15 2014 +0100

----------------------------------------------------------------------
 priv/stats_descriptions.cfg | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/027ef616/priv/stats_descriptions.cfg
----------------------------------------------------------------------
diff --git a/priv/stats_descriptions.cfg b/priv/stats_descriptions.cfg
index f62d288..e2451d9 100644
--- a/priv/stats_descriptions.cfg
+++ b/priv/stats_descriptions.cfg
@@ -38,10 +38,6 @@
     {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">>}