Paul Cacheux

Results 21 comments of Paul Cacheux

I'm not sure I understand why `len(container.id)` was not possible. This solution seems to add a lot of noise in the documentation and a lot of noise in the generation...

Can you rebase, and restrict the length field on specific fields only

Maybe you can use something like ```python @task def print_default_build_tags(ctx, build="agent", arch="x64", flavor=AgentFlavor.base.name): """ Build the default list of tags based on the build type and current platform. Prints as...

Hi Adam, we are interested in tackling this issue. After some tests on our side it is clear to us that performance could be impacted by this filtering. Currently what...

Thanks to you both for taking a look at our PR. We are not sure to understand what would be the best way moving forward, do you just want to...

Just added the comment, absolutely agreed for the followup PR. I will launch a discussion on slack on the best way to implement this

I have been working a bit on the follow up work, the issue I'm facing is that the map flags are defined in an anonymous enum by the kernel (https://elixir.bootlin.com/linux/latest/source/include/uapi/linux/bpf.h#L1192),...

Have you seen https://github.com/DataDog/datadog-agent/pull/23277 ? I feel like it solves the same issue no ?