grafana / beyla

eBPF-based autoinstrumentation of web applications and network metrics
https://grafana.com/oss/beyla-ebpf/
Apache License 2.0
1.34k stars 94 forks source link

4.18 kernel support #1146

Closed grcevski closed 4 hours ago

grcevski commented 1 week ago

Adding support for kernel 4.18 is the most frequently requested feature because of older RedHat LTS versions. Adding support for 4.18 needs work on few fronts:

grcevski commented 1 week ago

Thanks for reopening, I accidentally moved the issue in the wrong column in the project, to completed instead of in progress.

rafaelroquetto commented 23 hours ago

Recent RHEL 4.18 kernels are heavily backported and provide the necessary infrastructure required by Beyla. We have decided to provide supports only for these select RHEL kernels rather than vanilla 4.18, as it covers most people still on that kernel version.

See https://github.com/grafana/beyla/pull/1175 for further context.