-
Notifications
You must be signed in to change notification settings - Fork 405
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable charts to be included in output report #650
Enable charts to be included in output report #650
Conversation
97dbd31
to
c3a8061
Compare
c3a8061
to
e709c4c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Charting should be enabled, for example, for phase 4 of the Fabric CI test
* @param {string} callingMonitor the calling class name used to create a UUID | ||
* @param {string} testLabel the current test label, required for creating a UUID | ||
* @param {string[]} includeMetrics the metrics to include in the chart | ||
* @param {Map<string, string>} resourceStats all resource stats |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Param type should be Map<string, string>[]
- Breaking changes in monitor configuration for docker and process monitors - Report styling change - Addition of charts to output report (opt in per monitor) - Conversion of report tables to be normalized to a single metric - Report presicion now a user config item Signed-off-by: [email protected] <[email protected]>
e709c4c
to
3fcec80
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 💹
This PR provides enhanced report outputs for a user
Breaking changes:
name
filter changed tocontainer
, to better reflect what it is filteringprocesses
blockOther Changes:
Signed-off-by: [email protected] [email protected]