Fotis Voutsas 4 месяцев назад
Родитель
Сommit
2871c59b74
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/collectors/README.md

+ 2 - 2
src/collectors/README.md

@@ -13,8 +13,8 @@ Netdata's collectors are specialized data collection plugins that gather metrics
 
 
 | Type     | Description                                                           | Key Features                                                                                                                                                                                                           |
 | Type     | Description                                                           | Key Features                                                                                                                                                                                                           |
 |----------|-----------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
 |----------|-----------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| 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                                                                        |
-| 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 |
+| 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                                                                        |
+| 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 |
 
 
 
 
 ## Collector Privileges
 ## Collector Privileges