nickva commented on code in PR #5213: URL: https://github.com/apache/couchdb/pull/5213#discussion_r1743873513
########## src/couch/priv/stats_descriptions.cfg: ########## @@ -418,10 +422,47 @@ {type, counter}, {desc, <<"number of other requests">>} ]}. +{[couchdb, query_server, js_filter], [ + {type, counter}, + {desc, <<"number of JS filter invocations">>} +]}. Review Comment: There is already a `.query_server.calls.ddoc_filter` counter -- 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-unsubscr...@couchdb.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org