You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2022/09/01 20:28:24 UTC

[GitHub] [couchdb-documentation] nickva commented on a diff in pull request #756: Add replicator bulk_get stats

nickva commented on code in PR #756:
URL: https://github.com/apache/couchdb-documentation/pull/756#discussion_r961072556


##########
src/api/server/common.rst:
##########
@@ -728,6 +734,10 @@
     :json number doc_write_failures: Number of document write failures
     :json number docs_read:  Number of documents read
     :json number docs_written:  Number of documents written to target
+    :json number bulk_get_attempts: The count of attempted doc fetches
+        with ``_bulk_get``.
+    :json number bulk_get_docs: The count of successful docs read with
+        ``_bulk_get``.

Review Comment:
   The success here mirrors the `docs_reads`. I debated using a `failure` count, however `_bulk_get` is also avoided for revisions with attachments so `failure` didn't seem like it quite fit.



-- 
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