Branden Clark
Branden Clark
### What does this PR do? On each check interval try to initialize PDH counters if they are not already initialized. For the agent to find new counters the PDH...
### What does this PR do? Adds a new `startup_type` pattern to the windows_service `services` config entry that enables users to filter services by their startup type at the agent....
### What does this PR do? backport https://github.com/DataDog/datadog-agent/pull/22353 ### Motivation ### Additional Notes ### Possible Drawbacks / Trade-offs ### Describe how to test/QA your changes
### What does this PR do? backport https://github.com/DataDog/datadog-agent/pull/22140 as a pre-req for https://github.com/DataDog/datadog-agent/pull/22923 ### Motivation ### Additional Notes ### Possible Drawbacks / Trade-offs ### Describe how to test/QA your changes
### What does this PR do? add the .NET assembly dir to the list of paths that are ignore during the system snapshot E2E test. ### Motivation https://datadoghq.atlassian.net/browse/WINA-661 https://datadoghq.atlassian.net/browse/WINA-624 ###...
### What does this PR do? backport `flake.Mark` https://github.com/DataDog/datadog-agent/pull/22028 as pre-req for https://github.com/DataDog/datadog-agent/pull/22931 ### Motivation ### Additional Notes ### Possible Drawbacks / Trade-offs ### Describe how to test/QA your changes
### What does this PR do? backport `flake.Mark` bugfix https://github.com/DataDog/datadog-agent/pull/22196 as pre-req for https://github.com/DataDog/datadog-agent/pull/22931 ### Motivation ### Additional Notes ### Possible Drawbacks / Trade-offs ### Describe how to test/QA your...
### What does this PR do? Convert backslashes to forward slashes in any remote paths used in Windows E2E remote hosts. ### Motivation Some methods in the [go sftp package](https://pkg.go.dev/github.com/pkg/sftp)...
### What does this PR do? Add E2E tests for Windows Installer that install with various supported user name formats. After install, tests - installedUser reg keys - service users...
### What does this PR do? Fix path of installer log file in domain tests ### Motivation https://github.com/DataDog/datadog-agent/pull/23174 moved the `InstallMSI` call from base to the agent package so the...