File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ Prometheus exporter for custom eBPF metrics and OpenTelemetry traces.
13
13
Motivation of this exporter is to allow you to write eBPF code and export
14
14
metrics that are not otherwise accessible from the Linux kernel.
15
15
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 :
17
17
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 .
22
22
23
23
An easy way of thinking about this exporter is bcc tools as prometheus metrics:
24
24
You can’t perform that action at this time.
0 commit comments