Commit 10462ff
Yann MAHE
[debug] improve
Datadog Agent checks do not necessarily inherit directly from the
`AgentCheck` class. When it is the case, the `run_check` DEBUG method
would fail loading the check.
This happens with WMI checks for instance.
Allow the `run_check` DEBUG method to load any agent check that inherits
from the `AgentCheck`.run_check compatibility1 parent 5ec8e39 commit 10462ff
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments