deepflowio / deepflow

eBPF Observability - Distributed Tracing and Profiling
https://deepflow.io
Apache License 2.0
2.99k stars 334 forks source link

fix: agent - eBPF Handle the scenario where CONFIG_NET_NS is disabled #8282

Closed yinjiping closed 1 month ago

yinjiping commented 1 month ago

Fix issues in certain custom kernel systems where the lack of the 'CONFIG_NET_NS' compile option causes process information to fail during the agent initialization phase.

Conflicts: agent/src/ebpf/user/tracer.c

This PR is for:

Affected branches