summaryrefslogtreecommitdiff
path: root/src/couch/priv/stats_descriptions.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'src/couch/priv/stats_descriptions.cfg')
-rw-r--r--src/couch/priv/stats_descriptions.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/couch/priv/stats_descriptions.cfg b/src/couch/priv/stats_descriptions.cfg
index 7c8fd94cb..2dae98954 100644
--- a/src/couch/priv/stats_descriptions.cfg
+++ b/src/couch/priv/stats_descriptions.cfg
@@ -298,6 +298,10 @@
{type, counter},
{desc, <<"number of the attempts to read beyond set limit">>}
]}.
+{[couch_file, old_digests], [
+ {type, counter},
+ {desc, <<"number of old digests found in couch_file instances">>}
+]}.
{[mango, unindexed_queries], [
{type, counter},
{desc, <<"number of mango queries that could not use an index">>}