Github user rnewson commented on a diff in the pull request:

    https://github.com/apache/couchdb-couch/pull/13#discussion_r19705058
  
    --- Diff: priv/stats_descriptions.cfg ---
    @@ -182,3 +182,11 @@
         {type, counter},
         {desc, <<"number of couch_server LRU operations skipped">>}
     ]}.
    +{[couchdb, query_server, vdu_rejects], [
    +    {type, counter},
    +    {desc, <<"number of documents update rejections by validate_doc_update 
functions">>}
    +]}.
    +{[couchdb, query_server, vdu_process_time], [
    +    {type, histogram},
    +    {desc, <<"amount of time spent to execute validate_doc_update 
function">>}
    --- End diff --
    
    'duration of validate_doc_update function calls'


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to