Paul Cacheux

Results 55 issues of Paul Cacheux

### What does this PR do? This PR bumps `github.com/DataDog/agent-payload/v5` to v5.0.106. Changelog https://github.com/DataDog/agent-payload/releases ### Motivation ### Additional Notes ### Possible Drawbacks / Trade-offs ### Describe how to test/QA your...

changelog/no-changelog
team/processes
team/agent-metrics-logs
team/opentelemetry
team/agent-e2e-test

### What does this PR do? This PR optimizes the stream operation of the remote workload meta collector, by letting the `Recv` do its job and removing the `DoWithTimeout` call....

changelog/no-changelog
team/agent-security

### What does this PR do? This PR bumps `gopkg.in/DataDog/dd-trace-go.v1 ` to v1.61.0, the latest at this time. Small reminder that, except for serverless usage, this lib is mostly used...

changelog/no-changelog
team/serverless
team/agent-shared-components
team/agent-build-and-releases

### What does this PR do? This PR bumps the grpc and protobuf dependencies to latest version ### Motivation ### Additional Notes ### Possible Drawbacks / Trade-offs ### Describe how...

changelog/no-changelog
team/agent-security
team/agent-shared-components

### What does this PR do? ### Motivation ### Additional Notes ### Possible Drawbacks / Trade-offs ### Describe how to test/QA your changes

changelog/no-changelog
component/system-probe
team/agent-security

### What does this PR do? ### Motivation ### Additional Notes ### Possible Drawbacks / Trade-offs ### Describe how to test/QA your changes

### What does this PR do? For some time now we have hit issues with collecting the list of memory mapped files. In https://github.com/DataDog/datadog-agent/pull/17393, we introduced a max amount of...

changelog/no-changelog
component/system-probe
team/agent-security

### What does this PR do? ### Motivation ### Additional Notes ### Possible Drawbacks / Trade-offs ### Describe how to test/QA your changes

changelog/no-changelog
component/system-probe
team/agent-security

### What does this PR do? Small optimization using the already available segment size to pre-compute how much memory we will need. ### Motivation ### Additional Notes ### Possible Drawbacks...

changelog/no-changelog
component/system-probe
team/agent-security
qa/done

Hi, I would be interested in accessing the elf sections, as is possible with the multiboot2 crate (https://crates.io/crates/multiboot2), through this crate. I can see multiple options to build this: -...