The Node-RED documentation is clear - set metrics to true to track flow execution and memory usage information. So, I stopped Node-RED with pm2, edited the settings.js file and started Node-RED. But, no metric output is seen in the .pm2/logs/red-out-1.log! The debug nodes in various flows in my application have been configured to output to console and they come correctly.
How to view the metrics?