chewbranca commented on code in PR #4990: URL: https://github.com/apache/couchdb/pull/4990#discussion_r1511968933
########## src/mango/src/mango_execution_stats.erl: ########## @@ -37,12 +37,23 @@ -define(SHARD_STATS_KEY, mango_shard_execution_stats). to_json(Stats) -> + to_json(Stats, true). + +to_json(Stats, IncludeDbName) -> + Base = Review Comment: Ahhhhh I see what you mean, I haven't seen that structure before. Interesting, but seems a bit esoteric. Perhaps if we make that a common pattern in the codebase. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
