Lénaïc Huard
Lénaïc Huard
### What does this PR do? Add standard documentation files for the `kubernetes_state_core` [core check implemented in the datadog-agent repo](https://github.com/DataDog/datadog-agent/tree/main/pkg/collector/corechecks/cluster/ksm). ### Motivation We’d like to `kubernetes_state_core` check to benefit from...
### What does this PR do? Use a single entrypoint for the datadog agent docker image. ### Motivation GKE auto-pilot requires to have a fixed entrypoint in the docker image....
### What does this PR do? Ignore aberrant values (close to 18 EiB) for `container.memory.rss`. ### Motivation Under some circumstances, the `memory.stat` cgroup file shows super high value for `total_rss`...
### What does this PR do? Fix missing tags on the `kubernetes_state.cronjob.complete` service check. ### Motivation Fix bug. ### Additional Notes Labels join was broken because we were using a...
### What does this PR do? Fix the invocation of `ssh` in the e2e tests framework. Make a proper distinction between the `SendEnv` option (to propagate the current value of...
## Description Fix a potential temporary file leak in case of error during a containerd image inspection.
### What does this PR do? Address * https://github.com/DataDog/datadog-agent/pull/21337/files#r1426462945 * https://github.com/DataDog/datadog-agent/pull/21337/files#r1426463245 ### Motivation Make the e2e tests validate as much things as possible. ### Additional Notes ### Possible Drawbacks /...
### What does this PR do? ### Motivation ### Additional Notes ### Possible Drawbacks / Trade-offs ### Describe how to test/QA your changes ### Reviewer's Checklist - [ ] If...
### What does this PR do? Make the `containers` new-e2e tests ignore unexpected tags on `nginx` and `redis` metrics. ### Motivation If @DataDog/agent-integrations team modify the `nginx` or `redis` checks...
### What does this PR do? Fix the injection of the cluster name on agent sidecar container. ### Motivation Current code was working if the cluster name was explicitly defined...