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 2021/03/15 21:50:00 UTC

[GitHub] [couchdb] nickva opened a new issue #3427: Add stats to erlfdb

nickva opened a new issue #3427:
URL: https://github.com/apache/couchdb/issues/3427


   It would be nice have erlfdb emit extra stats such as counts for each types of error codes, how many times transactions retry, number of started transactions and some others.
   
   @davisp already has a handy-dandy branch with some stats kept in C++ using some of the newer atomic features: https://github.com/davisp/couchdb-erlfdb/commit/187b585b0bc7c2bcc27fd875f3d59e54a9c028ac so one idea is to expand it.
   
   The other idea is to depend on `couch_stats` and add some of the couch_stats metrics in erlang. That might be easier but the dependency on `couch_stats` might be a bit gross.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org