summaryrefslogtreecommitdiffstats
path: root/collectors/ebpf.plugin
diff options
context:
space:
mode:
authorFotis Voutsas <fotis@netdata.cloud>2023-02-28 16:52:53 +0200
committerGitHub <noreply@github.com>2023-02-28 06:52:53 -0800
commite9af6180814ea456cabc424880cd80f7a23d1e23 (patch)
treee7b0592f1026ade672a6f61835ab423eb5b63331 /collectors/ebpf.plugin
parent380e2b261b38677747c9f09ac9bc2d2550846fb2 (diff)
Make the title metadata H1 in all markdown files (#14625)
* make the title metadta the H1 * Update collectors/python.d.plugin/zscores/README.md * Update libnetdata/ebpf/README.md * Update ml/README.md * Update libnetdata/string/README.md --------- Co-authored-by: Chris Akritidis <43294513+cakrit@users.noreply.github.com>
Diffstat (limited to 'collectors/ebpf.plugin')
-rw-r--r--collectors/ebpf.plugin/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/collectors/ebpf.plugin/README.md b/collectors/ebpf.plugin/README.md
index 155d92ef68..aa2b596d5a 100644
--- a/collectors/ebpf.plugin/README.md
+++ b/collectors/ebpf.plugin/README.md
@@ -8,7 +8,7 @@ learn_topic_type: "References"
learn_rel_path: "Integrations/Monitor/System metrics"
-->
-# eBPF monitoring with Netdata
+# Kernel traces/metrics (eBPF) monitoring with Netdata
The Netdata Agent provides many [eBPF](https://ebpf.io/what-is-ebpf/) programs to help you troubleshoot and debug how applications interact with the Linux kernel. The `ebpf.plugin` uses [tracepoints, trampoline, and2 kprobes](#how-netdata-collects-data-using-probes-and-tracepoints) to collect a wide array of high value data about the host that would otherwise be impossible to capture.