Skip to content

Commit ce632e8

Browse files
authored
Merge pull request #357 from bobrik/ivan/modernize-readme
Modernize ebpf description
2 parents 64dd0c7 + 3dc0ed0 commit ce632e8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ Prometheus exporter for custom eBPF metrics and OpenTelemetry traces.
1313
Motivation of this exporter is to allow you to write eBPF code and export
1414
metrics that are not otherwise accessible from the Linux kernel.
1515

16-
eBPF was [described by](https://lkml.org/lkml/2015/4/14/232) Ingo Molnár as:
16+
[ebpf.io](https://ebpf.io/what-is-ebpf/) describes eBPF:
1717

18-
> One of the more interesting features in this cycle is the ability to attach
19-
> eBPF programs (user-defined, sandboxed bytecode executed by the kernel)
20-
> to kprobes. This allows user-defined instrumentation on a live kernel image
21-
> that can never crash, hang or interfere with the kernel negatively.
18+
> eBPF is a revolutionary technology with origins in the Linux kernel that can
19+
> run sandboxed programs in a privileged context such as the operating system
20+
> kernel. It is used to safely and efficiently extend the capabilities of the
21+
> kernel without requiring to change kernel source code or load kernel modules.
2222
2323
An easy way of thinking about this exporter is bcc tools as prometheus metrics:
2424

0 commit comments

Comments
 (0)