@cryptotaxi247 / netdata-1 / commits / 2d7caee56

Update README.md (#18954)

Fotis Voutsas committed Nov 6, 2024 at 15:46 UTC 2d7caee5669f8a5829433080f5e0b059520e2e5f
1 file changed +1 -1
src/collectors/README.md
+1 -1
@@ -13,7 +13,7 @@ Netdata's collectors are specialized data collection plugins that gather metrics
13
14 | Type | Description | Key Features |
15 |----------|-----------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
16 -| Internal | Native collectors that gather system-level metrics | • Written in `C` for optimal performance<br/>• Run as threads within Netdata daemon<br/>• Zero external dependencies<br>• Minimal system overhead |
16 +| Internal | Native collectors that gather system-level metrics | • Written in `C` for optimal performance<br/>• Run as threads within Netdata daemon<br/>• Zero external dependencies<br/>• Minimal system overhead |
17 | External | Modular collectors that gather metrics from applications and services | • Support multiple programming languages<br/>• Run as independent processes<br/>• Communicate via pipes with Netdata<br/>• Managed by [plugins.d](/src/plugins.d/README.md)<br/>• Examples: MySQL, Nginx, Redis collectors |
18
19