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: [email protected] With regards, Apache Git Services
