docs: fix unresolved file references (#13488)
Ilya Mashchenko committed
Aug 5, 2022 at 14:30 UTC
4b115f20b4ec20ff29d7f506f23d7afb83c6f88f
3 files changed
+5
-7
collectors/ebpf.plugin/README.md
+1
-3
@@ -8,7 +8,7 @@ sidebar_label: "eBPF"
8
9
# eBPF monitoring with Netdata
10
11
-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](#data-collection) to collect a wide array of high value data about the host that would otherwise be impossible to capture.
11
+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.
12
13
> ❗ eBPF monitoring only works on Linux systems and with specific Linux kernels, including all kernels newer than `4.11.0`, and all kernels on CentOS 7.6 or later. For kernels older than `4.11.0`, improved support is in active development.
14
@@ -20,8 +20,6 @@ For hands-on configuration and troubleshooting tips see our [tutorial on trouble
20
<figcaption>An example of virtual file system (VFS) charts made possible by the eBPF collector plugin.</figcaption>
21
</figure>
22
23
-<a id="data-collection"> </a>
24
-
23
## How Netdata collects data using probes and tracepoints
24
25
Netdata uses the following features from the Linux kernel to run eBPF programs:
database/README.md
+3
-3
@@ -38,13 +38,13 @@ The default mode `[db].mode = dbengine` has been designed to scale for longer re
38
for parent Agents in the _Parent - Child_ setups
39
40
The other available database modes are designed to minimize resource utilization and should only be considered on
41
-[Parent - Child](/docs/metrics-storage-management/how-streaming-works) setups at the children side and only when the
41
+[Parent - Child](/docs/metrics-storage-management/how-streaming-works.mdx) setups at the children side and only when the
42
resource constraints are very strict.
43
44
So,
45
46
- On a single node setup, use `[db].mode = dbengine`.
47
-- On a [Parent - Child](/docs/metrics-storage-management/how-streaming-works) setup, use `[db].mode = dbengine` on the
47
+- On a [Parent - Child](/docs/metrics-storage-management/how-streaming-works.mdx) setup, use `[db].mode = dbengine` on the
48
parent to increase retention, a more resource efficient mode like, `dbengine` with light retention settings, and
49
`save`, `ram` or `none` modes for the children to minimize resource utilization.
50
@@ -64,7 +64,7 @@ Metrics retention is controlled only by the disk space allocated to storing metr
64
CPU required by the agent to query longer timeframes.
65
66
Since Netdata Agents usually run on the edge, on production systems, Netdata Agent **parents** should be considered.
67
-When having a [**parent - child**](/docs/metrics-storage-management/how-streaming-works.md) setup, the child (the
67
+When having a [**parent - child**](/docs/metrics-storage-management/how-streaming-works.mdx) setup, the child (the
68
Netdata Agent running on a production system) delegates all of its functions, including longer metrics retention and
69
querying, to the parent node that can dedicate more resources to this task. A single Netdata Agent parent can centralize
70
multiple children Netdata Agents (dozens, hundreds, or even thousands depending on its available resources).
docs/guides/troubleshoot/troubleshooting-agent-with-cloud-connection.md
+1
-1
@@ -51,7 +51,7 @@ and you must do it manually, using the following steps:
51
:::note
52
53
In some cases a simple restart of the Agent can fix the issue.
54
-Read more about [Starting, Stopping and Restarting the Agent](/docs/configure/start-stop-restart).
54
+Read more about [Starting, Stopping and Restarting the Agent](/docs/configure/start-stop-restart.md).
55
56
:::
57