summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Branca <chewbranca@apache.org>2019-04-12 22:34:19 +0000
committerRussell Branca <chewbranca@apache.org>2019-04-12 22:42:42 +0000
commit48edbf38ae8f6fb07d2e61351fbabf70826ad3c7 (patch)
treefa358674f1fac6b39fe6e0be95dde502b704fd5d
parent75d86c49c86f4e7e299d2d05a741c4ef68a144fb (diff)
downloadcouchdb-48edbf38ae8f6fb07d2e61351fbabf70826ad3c7.tar.gz
Add IOQ2 metric for search traffic
-rw-r--r--priv/stats_descriptions.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/priv/stats_descriptions.cfg b/priv/stats_descriptions.cfg
index fc98b9d95..1cf49a3dc 100644
--- a/priv/stats_descriptions.cfg
+++ b/priv/stats_descriptions.cfg
@@ -51,3 +51,9 @@
{type, histogram},
{desc, <<"length of an dreyfus_index info request">>}
]}.
+
+%% Declare IOQ2 search channel metrics
+{[couchdb, io_queue2, search, count], [
+ {type, counter},
+ {desc, <<"Search IO directly triggered by client requests">>}
+]}.