summaryrefslogtreecommitdiffstats
path: root/collectors
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2023-02-01 20:53:49 +0200
committerGitHub <noreply@github.com>2023-02-01 18:53:49 +0000
commit2e56e2b87622a102aef876d297a3cd80d35028e5 (patch)
treed233713dde7ae22f34be1c134ab778f439a529b1 /collectors
parentc5c83a30dd8f0e79dfbf92ba25effd20b018fc99 (diff)
fix link to ebpf collector (#14405)
* fix link to ebpf collector * fix syntax
Diffstat (limited to 'collectors')
-rw-r--r--collectors/plugins.d/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/collectors/plugins.d/README.md b/collectors/plugins.d/README.md
index f6cbd054aa..b683d8774d 100644
--- a/collectors/plugins.d/README.md
+++ b/collectors/plugins.d/README.md
@@ -19,7 +19,7 @@ from external processes, thus allowing Netdata to use **external plugins**.
|[apps.plugin](/collectors/apps.plugin/README.md)|`C`|linux, freebsd|monitors the whole process tree on Linux and FreeBSD and breaks down system resource usage by **process**, **user** and **user group**.|
|[charts.d.plugin](/collectors/charts.d.plugin/README.md)|`BASH`|all|a **plugin orchestrator** for data collection modules written in `BASH` v4+.|
|[cups.plugin](/collectors/cups.plugin/README.md)|`C`|all|monitors **CUPS**|
-|[ebpf.plugin](https:/.github.com/netdata/netdata/blob/master/collectors/ebpf.plugin/README.md)|`C`|linux|monitors different metrics on environments using kernel internal functions.|
+|[ebpf.plugin](https://github.com/netdata/netdata/blob/master/collectors/ebpf.plugin/README.md)|`C`|linux|monitors different metrics on environments using kernel internal functions.|
|[go.d.plugin](https://github.com/netdata/go.d.plugin/blob/master/README.md)|`GO`|all|collects metrics from the system, applications, or third-party APIs.|
|[ioping.plugin](/collectors/ioping.plugin/README.md)|`C`|all|measures disk latency.|
|[freeipmi.plugin](/collectors/freeipmi.plugin/README.md)|`C`|linux|collects metrics from enterprise hardware sensors, on Linux servers.|