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 2018/10/12 04:00:42 UTC

[GitHub] jiangphcn commented on issue #1649: Add document_purges counter for stats

jiangphcn commented on issue #1649: Add document_purges counter for stats
URL: https://github.com/apache/couchdb/pull/1649#issuecomment-429197301
 
 
   Hey @tonysun83 I split this counter into 3.
   
   ```
   {[couchdb, document_purges, total], [
       {type, counter},
       {desc, <<"number of total document purge operations">>}
   ]}.
   {[couchdb, document_purges, success], [
       {type, counter},
       {desc, <<"number of successful document purge operations">>}
   ]}.
   {[couchdb, document_purges, failure], [
       {type, counter},
       {desc, <<"number of failed document purge operations">>}
   ]}.
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services