@cryptotaxi247 / netdata / commits / 4dbe7ab9e

Fix syntax error on learn doc (#20628)

Update netdata-enterprise-evaluation-corrected.md

Fotis Voutsas committed Jul 3, 2025 at 14:26 UTC 4dbe7ab9ef53c3a62ba9d409a3e0e34e19dcb3fc
1 file changed +2 -2
docs/netdata-enterprise-evaluation-corrected.md
+2 -2
@@ -44,7 +44,7 @@ Netdata has been architected to minimize resource consumption while maximizing o
44 - **Storage Optimization**: Industry-leading compression achieving ~0.5 bytes per sample on disk for high-resolution data
45 - **Edge Computing**: Distributed architecture keeps data processing close to its source, reducing bandwidth and central processing requirements - Netdata distributes the code instead of centralizing the data
46 - **Intelligent ML**: Machine learning runs as low-priority background tasks, automatically yielding resources when needed for data collection. See [AI & ML Features](https://github.com/netdata/netdata/blob/master/docs/category-overview-pages/machine-learning-and-assisted-troubleshooting.md)
47 -- **Built-in Scalability**: Native clustering and high-availability features enable organizations to scale horizontally without architectural changes. See [Observability Centralization Points]().
47 +- **Built-in Scalability**: Native clustering and high-availability features enable organizations to scale horizontally without architectural changes. See [Observability Centralization Points](https://github.com/netdata/netdata/blob/master/docs/observability-centralization-points/README.md).
48 - **Stable and Predictable Resource Usage**: Agents are optimized to spread work over time and avoid sudden changes in resource consumption
49
50 This design philosophy enables Netdata to monitor infrastructure at unprecedented scale with minimal overhead, making it suitable for everything from IoT devices to high-performance computing clusters.
@@ -58,7 +58,7 @@ When connected to a Netdata Parent (the agent is in `child` mode), these require
58 | Type | Metric/s | CPU | Memory | Network | Storage |
59 |------------|---------------|-----------|---------|---------|---------|
60 | standalone | 3k - 10k | 4% - 20%<br/>of single core | 150 - 500 MiB | none | varies based on retention |
61 -| child | 3k - 10k | 2% - 10%<br/>of single core | 100 - 300 MiB | <1 Mbps | none |
61 +| child | 3k - 10k | 2% - 10%<br/>of single core | 100 - 300 MiB | \<1 Mbps | none |
62
63 For more information and ways to further reduce Agent resource utilization, see [Agent Resource Utilization](hhttps://github.com/netdata/netdata/blob/master/docs/netdata-agent/sizing-netdata-agents/README.md).
64