-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[AGENT-9736] Added debug logs #14650
Conversation
bd8ffec
to
0d6825a
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
Just changed the label to fixed because this will be shipped with the agent
Codecov Report
Flags with carried forward coverage won't be shown. Click here to find out more. |
- every disk partition check from psutil - excluded disk with size less than configured min disk size Signed-off-by: Vivekanand Ilango <vivekanand.ilango@datadoghq.com>
0d6825a
to
50c2451
Compare
What does this PR do?
Added debug logs
Motivation
While debugging a support request AGENT-9736, the enumerated disks from psutil were not easy to comprehend. Also the disk check gets skipped when the disk size is < minimum configured disk size but the info is logged only when disk size is > 0. To get clarity on this information too a debug log is added.
Additional Notes
Review checklist (to be filled by reviewers)
changelog/
andintegration/
labels attachedqa/skip-qa
label.