Carl
Carl
Orgnization/Company: Cloudwise Location: Beijing, China Contact: [[email protected]](mailto:[email protected]) Purpose/Scenario: Large-scale image and file distribution.
> That's weird. The `bpf` syscall is documented to return that status code under the following circumstances: > > ``` > The eBPF program is too large or a map...
> @guolifu我可以在新的 Ubuntu22.04 VM 中重现该问题。 解决方法是删除该`-bpf-log-level=2`选项。 我们必须调查设置日志级别时到底会发生什么。 You are right. Setting `-bpf-log-level` to either 1 or 2 will cause problems, while 0 will not cause any problems. It's strange.😂
> You have to set the `-bpf-log-size` values high enough (possibly depends on kernel version). > > Works here on 6.7.9-amd64: `-bpf-log-level=1 -bpf-log-size=524288` and `-bpf-log-level=2 -bpf-log-size=8388608` Your help was very...
> Certainly, we have plans to integrate this capability into both the agent and Coroot. Great, we hope to see it soon😉
> Certainly, we have plans to integrate this capability into both the agent and Coroot. Could you provide an example, such as which hook point to use. I take this...
> Hey, I think that passing the context object from the incoming request to the outgoing one will resolve this. (i.e Using `NewRequestWithContext` to perform the get request) Thank you...