Skip to content
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

Merged
Prev Previous commit
Next Next commit
Add empty line
  • Loading branch information
jennchenn committed Mar 4, 2024
commit a8eb173bed9db71cab7a06cbffa5e87653bfc694
1 change: 1 addition & 0 deletions kubelet/datadog_checks/kubelet/kubelet.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
from datadog_checks.base.checks.kubelet_base.base import KubeletBase, KubeletCredentials, urljoin
from datadog_checks.base.errors import CheckException, SkipInstanceError
from datadog_checks.base.utils.tagging import tagger

try:
import datadog_agent
except ImportError:
Expand Down
Loading