You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2023/05/21 02:38:38 UTC

[couchdb] branch main updated: Add missing stats description for Mango keys examined

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/main by this push:
     new 834a2d31e Add missing stats description for Mango keys examined
834a2d31e is described below

commit 834a2d31e5052a3afafb40a18528df3cb638c9f8
Author: Gabor Pali <ga...@ibm.com>
AuthorDate: Sun May 21 02:08:31 2023 +0200

    Add missing stats description for Mango keys examined
---
 src/couch/priv/stats_descriptions.cfg | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/couch/priv/stats_descriptions.cfg b/src/couch/priv/stats_descriptions.cfg
index 8c17ca0ab..f87d8d302 100644
--- a/src/couch/priv/stats_descriptions.cfg
+++ b/src/couch/priv/stats_descriptions.cfg
@@ -354,6 +354,10 @@
     {type, counter},
     {desc, <<"number of mango queries that generated an index scan warning">>}
 ]}.
+{[mango, keys_examined], [
+    {type, counter},
+    {desc, <<"number of keys examined by mango queries coordinated by this node">>}
+]}.
 {[mango, docs_examined], [
     {type, counter},
     {desc, <<"number of documents examined by mango queries coordinated by this node">>}