-
Notifications
You must be signed in to change notification settings - Fork 619
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Address CPU usage metric corner cases (#2366)
* Address CPU usage metric corner cases 1. If two metrics arrive with identical timestamps, set cpu usage to previous value rather than leaving it at NaN 2. Ensure that we don't emit cloudwatch metrics with sampleCount == 0 3. Make storage sets behavior consistent with cpu and memory 4. log when cpu usage is larger than tacs cap * Do not cap CPU Usage percent we want to be aware of when this happens, also added a detailed log message for further debugging. * code review: fix capital letters
- Loading branch information
Showing
3 changed files
with
135 additions
and
22 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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