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 2019/05/08 17:30:41 UTC

[couchdb-ioq] 01/01: Add search IOQ metric

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

vatamane pushed a commit to branch add-search-related-stats-metrics
in repository https://gitbox.apache.org/repos/asf/couchdb-ioq.git

commit be3c2227f102856910ec5dce071fc301a8475846
Author: Nick Vatamaniuc <va...@apache.org>
AuthorDate: Wed May 8 13:20:20 2019 -0400

    Add search IOQ metric
---
 priv/stats_descriptions.cfg | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/priv/stats_descriptions.cfg b/priv/stats_descriptions.cfg
index d5b15f4..ce9a764 100644
--- a/priv/stats_descriptions.cfg
+++ b/priv/stats_descriptions.cfg
@@ -54,6 +54,10 @@
     {type, counter},
     {desc, <<"IO related to internal replication">>}
 ]}.
+{[couchdb, io_queue, search], [
+    {type, counter},
+    {desc, <<"number of search requests">>}
+]}.
 {[couchdb, io_queue, other], [
     {type, counter},
     {desc, <<"IO related to internal replication">>}
@@ -228,3 +232,7 @@
     {type, counter},
     {desc, <<"number of requests queued into IO">>}
 ]}.
+{[couchdb, io_queue2, search], [
+    {type, counter},
+    {desc, <<"number of search requests">>}
+]}.
\ No newline at end of file