You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "rnewson (via GitHub)" <gi...@apache.org> on 2023/05/20 18:31:47 UTC

[GitHub] [couchdb] rnewson commented on a diff in pull request #4608: Add a few more commit and query engine metrics

rnewson commented on code in PR #4608:
URL: https://github.com/apache/couchdb/pull/4608#discussion_r1199644913


##########
src/couch/priv/stats_descriptions.cfg:
##########
@@ -290,6 +302,30 @@
     {type, histogram},
     {desc, <<"duration of validate_doc_update function calls">>}
 ]}.
+{[couchdb, query_server, acquired_processes], [
+    {type, counter},
+    {desc, <<"number of acquired external processes">>}
+]}.
+{[couchdb, query_server, process_starts], [
+    {type, counter},
+    {desc, <<"number of os process starts">>}

Review Comment:
   it does, and agree OS would be clearer, unless existing stats say "os".



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org