wohali edited a comment on pull request #3366: URL: https://github.com/apache/couchdb/pull/3366#issuecomment-777080949
How will this affect the output of the `message_queues` key in `_system` stats? [This line](https://github.com/apache/couchdb/blob/main/src/chttpd/src/chttpd_node.erl#L215) calls `registered()` and I don't know how that works for multiple `gen_servers` that all appear to have the same name. I suspect it'd be useful to be able to generate a (new?) stat that showed message queues by `couch_server` shard, identifying by db/shard serviced by that `gen_server`. But I might be assuming something here that isn't real... :upside_down_face: ---------------------------------------------------------------- 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: us...@infra.apache.org