summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Hui Jiang <jiangph@cn.ibm.com>2019-05-14 09:37:32 +0800
committerGitHub <noreply@github.com>2019-05-14 09:37:32 +0800
commit45469b9c9d1d3188c2d22e0c8306ac461ec64094 (patch)
treec2fd543057a4f0542807cfa54a8d6ee37cd95c7a
parent2fcfb6ba9d7b79321327e5c6eed7465dd20940d3 (diff)
parent996f1cca1c0f81869307c47072291da26a068568 (diff)
downloadcouchdb-45469b9c9d1d3188c2d22e0c8306ac461ec64094.tar.gz
Merge pull request #47 from cloudant-labs/adjust-io_queue-search
adjust metric for io_queue-search
-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 1cf49a3dc..7f93ee26a 100644
--- a/priv/stats_descriptions.cfg
+++ b/priv/stats_descriptions.cfg
@@ -52,6 +52,12 @@
{desc, <<"length of an dreyfus_index info request">>}
]}.
+%% Declare IOQ search channel metrics
+{[couchdb, io_queue, search], [
+ {type, counter},
+ {desc, <<"Search IO directly triggered by client requests">>}
+]}.
+
%% Declare IOQ2 search channel metrics
{[couchdb, io_queue2, search, count], [
{type, counter},