Pedro Lambert
Pedro Lambert
### 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...
### What does this PR do? Add ` network/telemetry` package and migrate our codebase to it. The purpose of this package is to provide a standardized way to track different...
### What does this PR do? Replace the use of perf maps by ring buffers when supported by the target host (>= 5.8) ### Motivation * Better memory management: ring...
### What does this PR do? Add `ebpf.Modifer` for removing certain helper calls from eBPF bytecode. ### Motivation Allow eBPF developers to write code referencing multiple eBPF helpers that get...
### What does this PR do? Use `ebpf.Modfier` introduced in https://github.com/DataDog/datadog-agent/pull/23158 for removing calls to `bpf_ringbuf_output`. ### Motivation Remove code duplication. ### Additional Notes Ideally we should favor the use...
### What does this PR do? ### Motivation ### Additional Notes ### Possible Drawbacks / Trade-offs ### Describe how to test/QA your changes
### What does this PR do? Improve USM connection rollup algorithm by adding support for multiple "server ports" for a given `(IP-A:IP-B)` tuple. Prior to this change the algorithm would...