nickva commented on code in PR #5491: URL: https://github.com/apache/couchdb/pull/5491#discussion_r2080550224
########## src/couch_stats/src/couch_stats_sup.erl: ########## @@ -29,6 +29,8 @@ init([]) -> { {one_for_one, 5, 10}, [ ?CHILD(couch_stats_server, worker), + ?CHILD(csrt_server, worker), + ?CHILD(csrt_logger, worker), Review Comment: Since CSRT lives in couch_stats it should be prefixed with `couch_stats_`. I know we don't always follow that rule, but most applications use the `$app_...` prefix scheme for modules. -- 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