From 6af03dd35c8e7fb0518742f34104814c1525dc35 Mon Sep 17 00:00:00 2001 From: Rafael Roquetto Date: Wed, 18 Sep 2024 13:41:57 -0600 Subject: [PATCH] Update README.md Co-authored-by: Sean Packham --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 793ec0b2d..46a0d08f2 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ See [Documentation](https://grafana.com/docs/beyla/) and the [tutorials](https:/ You can check if your kernel has BTF enabled by verifying if `/sys/kernel/btf/vmlinux` exists on your system. If you need to recompile your kernel to enable BTF, the configuration option `CONFIG_DEBUG_INFO_BTF=y` must be set. -- Alternatively, RHEL 4.18 Linux kernels (at least build 348) are also supported, due to their heavily backported nature. +- Beyla supports Linux distributions running RedHat Enterprise Linux 4.18 kernels build 348 and above as they have the required kernel backports. These include CentOS, AlmaLinux, and Oracle Linux. - eBPF enabled on the host. - For instrumenting Go programs, they must have been compiled with at least Go 1.17. We currently support Go applications built with a major **Go version no earlier than 3 versions** behind the current