Martijn Evers

Results 46 comments of Martijn Evers

Here are the bpf logs: [autoinstrument11.log](https://github.com/user-attachments/files/16392233/autoinstrument11.log)

@grcevski @mariomac I've tested the new `main` version and the BPF debugging enablement is no longer crashing the container. We can organize a new session to do further debugging. I...

> @marevers what kernel version are you running? Comments above imply 5.10 but just double checking it. Correct, in the system it's being tested in, it's 5.10. Seeing as it...

After testing with the **1.7.1-alpha.2** version, I can confirm the changes in that version have fixed the issue. I can see all calls from the client are now being picked...

@bjor-joh I assume here the 'redacted-service' should be your service that is communicating with the storage backend in GCP. So the metric is probably correct, just with server_address showing Beyla...

About pt. 2, could you not simply add either the path where the BPF binaries are built to the gitignore? Or alternatively, add the relevant file extensions to it. That...

@pgeorgie1 my metrics with this exporter do not have that label, but there are other ways to solve this: 1. use an aggregation that removes this label e.g. sum without...

This is an excellent addition for more control and totally makes sense as long as the default behavior is still the way the is right now - else we would...

In my environment (AKS v1.30.3) it seems I cannot make do without CAP_SYS_ADMIN. I've tried combinations of other capabilities, like this one: ``` capabilities: add: - BPF - SYS_PTRACE -...

@grcevski interestingly enough the AKS v1.30.3 environment has the following versions: - Kernel 5.15.0-1068-azure - Containerd 1.7.20-1 So based on your parameters it should work without CAP_SYS_ADMIN, but it still...