-
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
Allow skip loading Python kubelet check based on DD_KUBELET_CORE_CHECK_ENABLED
#16856
Allow skip loading Python kubelet check based on DD_KUBELET_CORE_CHECK_ENABLED
#16856
Conversation
50f1aee
to
00b31dc
Compare
Test Results 2 files 2 suites 6s ⏱️ Results for commit e86263a. ♻️ This comment has been updated with latest results. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files
Flags with carried forward coverage won't be shown. Click here to find out more. |
00b31dc
to
2657ed7
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
…isable-python-kubelet-check-via-env-var
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.
Everything looks good 👍
could you update the PR title to match the new envvar name 🙇
DD_KUBERNETES_KUBELET_CORE_CHECK_ENABLED
DD_KUBELET_CORE_CHECK_ENABLED
What does this PR do?
This change adds logic to skip loading the Python
kubelet
check based on the value of the configuration variableDD_KUBELET_CORE_CHECK_ENABLED
.Motivation
This is part of the efforts to migrate from the
kubelet
Python check to thekubelet
check defined indatadog-agent
. This config variable will be added in DataDog/helm-charts#1319.Additional Notes
Review checklist (to be filled by reviewers)
qa/skip-qa
label if the PR doesn't need to be tested during QA.