This repository was archived by the owner on Aug 7, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 887
Add configuration option to disable system metrics collection #2104
Merged
namannandan
merged 8 commits into
pytorch:master
from
namannandan:naman-system-metrics-flag
Feb 14, 2023
Merged
Add configuration option to disable system metrics collection #2104
namannandan
merged 8 commits into
pytorch:master
from
namannandan:naman-system-metrics-flag
Feb 14, 2023
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
msaroufim
suggested changes
Feb 2, 2023
msaroufim
approved these changes
Feb 3, 2023
lxning
reviewed
Feb 7, 2023
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. |
agunapal
approved these changes
Feb 14, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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: