@cryptotaxi247 / netdata-1 / commits / 2e56e2b87

fix link to ebpf collector (#14405)

* fix link to ebpf collector * fix syntax

Ilya Mashchenko committed Feb 1, 2023 at 20:53 UTC 2e56e2b87622a102aef876d297a3cd80d35028e5
1 file changed +1 -1
collectors/plugins.d/README.md
+1 -1
@@ -19,7 +19,7 @@ from external processes, thus allowing Netdata to use **external plugins**.
19 |[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**.|
20 |[charts.d.plugin](/collectors/charts.d.plugin/README.md)|`BASH`|all|a **plugin orchestrator** for data collection modules written in `BASH` v4+.|
21 |[cups.plugin](/collectors/cups.plugin/README.md)|`C`|all|monitors **CUPS**|
22 -|[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.|
22 +|[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.|
23 |[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.|
24 |[ioping.plugin](/collectors/ioping.plugin/README.md)|`C`|all|measures disk latency.|
25 |[freeipmi.plugin](/collectors/freeipmi.plugin/README.md)|`C`|linux|collects metrics from enterprise hardware sensors, on Linux servers.|