Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAzure job output visualization should consume new DumpMachine features #269
Labels
Milestone
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Currently, the histogram displayed from
%azure.outputis simply a static HTML histogram. Recent improvements to DumpMachine visualizations (in thefeature/visualization-improvementsbranch) have added the ability for JS-based chart rendering instead, along with a few related%configoptions.Describe the solution you'd like
The Azure job output histogram should be displayed in the same style, respecting any relevant
%configoptions (for example, the precision with which to display measurement frequencies).