-
Notifications
You must be signed in to change notification settings - Fork 27
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
✨Adding new cli option to debug internal status of director-v2
#4963
✨Adding new cli option to debug internal status of director-v2
#4963
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4963 +/- ##
=========================================
- Coverage 84.6% 41.3% -43.3%
=========================================
Files 1214 312 -902
Lines 50347 15041 -35306
Branches 1076 0 -1076
=========================================
- Hits 42606 6223 -36383
- Misses 7514 8818 +1304
+ Partials 227 0 -227
Flags with carried forward coverage won't be shown. Click here to find out more. |
Code Climate has analyzed commit b5ce092 and detected 0 issues on this pull request. View more on Code Climate. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
@GitHK please add labels, assignment, milestone to this PR. thx (I took the liberty to assign it to you)
…SFoundation#4963) Co-authored-by: Andrei Neagu <[email protected]> Co-authored-by: Odei Maiz <[email protected]>
What do these changes do?
This allows to peak into the memory of director-v2 to see what it's actually tracking. There is an issue on production which is not allowing us to debug what is happening. This will help.
Related issue/s
How to test
DevOps Checklist