Feature #19744
Updated by Peter Amstutz 11 months ago
When a workflow step completes, we want to have access to the performance report and graphs from crunchstat. I think a relatively quick The basic version of this would be: should either: # Run crunchstat-summary on workflow steps after they finish, render the HTML and add store it to in a collection that the logs collection with a well known name (e.g. crunchstat.html) user can access # Workbench2 checks the logs collection for a file with a known name Teach workbench2 how to read and renders render crunchstat data in a panel or tab embedding the HTML in an iframe. "metrics" panel.