-
Notifications
You must be signed in to change notification settings - Fork 863
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
Add configuration option to disable system metrics collection #2104
Add configuration option to disable system metrics collection #2104
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2104 +/- ##
=======================================
Coverage 53.36% 53.36%
=======================================
Files 71 71
Lines 3225 3225
Branches 56 56
=======================================
Hits 1721 1721
Misses 1504 1504 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
- please attach complete regression test log
- check if snapshot works fine. (ie. run "torchserve --start --model-store xxx --models all" twice)
Added CPU and GPU regression logs in the summary. Also included the transcript for a manual test session to check that config snapshot works as expected. |
Description
Support disabling system metrics collection using the configuration option
disable_system_metrics
via a configuration file or the environment variableTS_DISABLE_SYSTEM_METRICS
.Fixes #2052
Type of change
Feature/Issue validation/testing
cpu_regression_system_metrics_disable.log
gpu_regression_system_metrics_disable.log
System metrics such as
CPUUtilization
,MemoryUtilization
etc.. are not collected and reportedChecklist: