maxime mouial
maxime mouial
Right now a check will be configured in `conf.d/.d/conf.yaml`. This behavior might be an issue when people are using autodiscovery. Customer might have multiple containers for one check needing different...
### What does this PR do? We should hold until DASH to merge this PR. The related feature will be announce during our conference. ### Motivation ### Additional Notes ---...
### What does this PR do? Adding release note for the Fleet Automation fixes This covers the following PRs: - #22773 - #22651 - #22411 - #22442 - #22132 ###...
### What does this PR do? The new component ensure the creation of the auth_token. This is now required by other component than the `api`. Without this, the `inventoryagent` comp...
### What does this PR do? This also split the types from the implementation allowing other component to provide task listeners without requiring the client implementation. ### Describe how to...
### What does this PR do? Add tests for the fetch only implementation of the auth_token
### What does this PR do? Fix linter errors from `inv lint-go` command with golangci-lint version `v1.55.2`. linter output: ``` Linters for module /home/maxime/dev/go/src/github.com/DataDog/datadog-agent failed (base flavor) Linter failures: pkg/serverless/trigger/extractor.go:25:9:...
### What does this PR do? Nil value can be inserted in FX groups when a component declare returning a group element in the return types from its constructor but...
### What does this PR do? The logs-agent now pull the API key from the configuration every time it uses it. This makes rotating the API key at runtime possible....
### What does this PR do? Fix connection leak when using the api/util from the metadata comp ### Describe how to test/QA your changes Security-agent team to test if connection...