summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2023-09-14 13:33:59 -0300
committerGitHub <noreply@github.com>2023-09-14 16:33:59 +0000
commit8fbb89b1dba9efede1ddae235f9de77048dae7fc (patch)
treea01372f09846e855f79e217014f1fd216513ccd2 /docs
parentce055a9679636c895535409b7091315781d5534c (diff)
eBPF socket function (#15850)
Diffstat (limited to 'docs')
-rw-r--r--docs/cloud/netdata-functions.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/cloud/netdata-functions.md b/docs/cloud/netdata-functions.md
index 949c8b4cc4..80616ca419 100644
--- a/docs/cloud/netdata-functions.md
+++ b/docs/cloud/netdata-functions.md
@@ -33,7 +33,8 @@ functions - [plugins.d](https://github.com/netdata/netdata/blob/master/collector
| Function | Description | plugin - module |
| :-- | :-- | :-- |
| processes | Detailed information on the currently running processes on the node. | [apps.plugin](https://github.com/netdata/netdata/blob/master/collectors/apps.plugin/README.md) |
-| ebpf_thread | Controller for eBPF threads. | [ebpf.plugin](https://github.com/netdata/netdata/blob/master/collectors/ebpf.plugin/README.md) |
+| ebpf_socket | Detailed socket information. | [ebpf.plugin](https://github.com/netdata/netdata/blob/master/collectors/ebpf.plugin/README.md#ebpf_thread) |
+| ebpf_thread | Controller for eBPF threads. | [ebpf.plugin](https://github.com/netdata/netdata/blob/master/collectors/ebpf.plugin/README.md#ebpf_socket) |
If you have ideas or requests for other functions:
* Participate in the relevant [GitHub discussion](https://github.com/netdata/netdata/discussions/14412)