summaryrefslogtreecommitdiffstats
path: root/docs/collect/how-collectors-work.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-06-09 04:52:39 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-06-09 04:52:39 +0000
commit89f3604407aff8f4cb2ed958252c61e23c767e24 (patch)
tree7fbf408102cab051557d38193524d8c6e991d070 /docs/collect/how-collectors-work.md
parentAdding upstream version 1.34.1. (diff)
downloadnetdata-b2632fc3ce7e8fdc5703ea02a4780885d89438c5.tar.xz
netdata-b2632fc3ce7e8fdc5703ea02a4780885d89438c5.zip
Adding upstream version 1.35.0.upstream/1.35.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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 983de35a8..07e34858f 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`,