summaryrefslogtreecommitdiffstats
path: root/docs/collect/how-collectors-work.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/collect/how-collectors-work.md')
-rw-r--r--docs/collect/how-collectors-work.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/collect/how-collectors-work.md b/docs/collect/how-collectors-work.md
index 983de35a..07e34858 100644
--- a/docs/collect/how-collectors-work.md
+++ b/docs/collect/how-collectors-work.md
@@ -62,8 +62,6 @@ terms related to collecting metrics.
`python` v2/v3.
- [charts.d.plugin](/collectors/charts.d.plugin/README.md): An orchestrator for data collection modules written in
`bash` v4+.
- - [node.d.plugin](/collectors/node.d.plugin/README.md): An orchestrator for data collection modules written in
- `node.js`.
- **External plugins** gather metrics from external processes, such as a webserver or database, and run as independent
processes that communicate with the Netdata daemon via pipes.
- **Internal plugins** gather metrics from `/proc`, `/sys`, and other Linux kernel sources. They are written in `C`,