datadog-agent
datadog-agent copied to clipboard
Main repository for Datadog Agent
### What does this PR do? This PR provides the facility to map sock objects to pids. ### Motivation We do not have access to the pid of the process...
### What does this PR do? * Adds an `IsServerless()` check to validate whether the agent is running in a Lambda function. Generalizing the name to "serverless" when we only...
### What does this PR do? This change moves `pkg/util/cgoups` into its own submodule for use in other modules. - [ ] If known, an appropriate milestone has been selected;...
### What does this PR do? Improvements/fixes for `retry_file_dump`: - Fixes outdated info in README - Fixes `TODO` linter rule exclusion - `go mod tidy` run - Adds protobuf files...
### What does this PR do? This changes the behavior of the `agent status` command to no longer use the `logger` component to do the printing. Before: ``` ./bin/agent/agent -c...
Bumps [go.uber.org/atomic](https://github.com/uber-go/atomic) from 1.9.0 to 1.10.0. Release notes Sourced from go.uber.org/atomic's releases. v1.10.0 Added Add atomic.Float32 type for atomic operations on float32. Add CompareAndSwap and Swap methods to atomic.String, atomic.Error,...
Bumps [go.opentelemetry.io/collector/pdata](https://github.com/open-telemetry/opentelemetry-collector) from 0.56.0 to 0.57.2. Release notes Sourced from go.opentelemetry.io/collector/pdata's releases. v0.57.2 Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.57.2 🛑 Breaking changes 🛑 Remove deprecated funcs/types from service related to Config...
Bumps [go.opentelemetry.io/collector/semconv](https://github.com/open-telemetry/opentelemetry-collector) from 0.56.0 to 0.57.2. Release notes Sourced from go.opentelemetry.io/collector/semconv's releases. v0.57.2 Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.57.2 🛑 Breaking changes 🛑 Remove deprecated funcs/types from service related to Config...
### What does this PR do? Add missing configuration param for `MaxHTTPStatsBuffered` ### Motivation ### Additional Notes ### Possible Drawbacks / Trade-offs ### Describe how to test/QA your changes Changes...
Initial revision. All windows HTTP changes on top of latest main. ### What does this PR do? Adds support for HTTP stats for windows in NPM. Adds support for HTTPS...