Branden Clark

Results 29 comments of Branden Clark

Since there is only one `WindowsPerformanceObjectRefresher` instance that is shared among all checks that inherit from `PerfCountersBaseCheck` there is only ever one interval to be set. Is it possible to...

@Manouchehri: No. The only kernel stuff is for lab 10, which isn't included in this image.

patch that uses a lock and a delay ```diff diff --git a/main.py b/main.py index 17ca04b..769a77f 100755 --- a/main.py +++ b/main.py @@ -58,6 +58,9 @@ class PlaceClient: # Initialize-functions self.load_image() +...

@lxn I think I found the cause of the issue. see the PR description in https://github.com/DataDog/datadog-agent/pull/15275. Happy to provide more info and help with a fix but not sure how...

If the configuration file `%ProgramData%\Datadog\datadog.yaml` already exists then the installer will not modify it. We don't have plans to change this behavior at the moment. You can follow @sgnn7's instructions...

rebasing for CI fix https://github.com/DataDog/datadog-agent/pull/24113