@cryptotaxi247 / netdata-1 / commits / eb4b3f3d3

docs: fix license link and remove GH alerts syntax from FAQ (#20252)

Ilya Mashchenko committed May 7, 2025 at 22:24 UTC eb4b3f3d32ffcfdfe168db87d9ed1c5415f2c913
1 file changed +1 -7
README.md
+1 -7
@@ -34,7 +34,7 @@
34
35 <hr class="solid">
36
37 -MENU: **[GETTING STARTED](#getting-started)** | **[HOW IT WORKS](#how-it-works)** | **[FAQ](#faq)** | **[DOCS](#book-documentation)** | **[COMMUNITY](#tada-community)** | **[CONTRIBUTE](#pray-contribute)** | **[LICENSE](#license)**
37 +MENU: **[GETTING STARTED](#getting-started)** | **[HOW IT WORKS](#how-it-works)** | **[FAQ](#faq)** | **[DOCS](#book-documentation)** | **[COMMUNITY](#tada-community)** | **[CONTRIBUTE](#pray-contribute)** | **[LICENSE](#scroll-license)**
38
39 > [!WARNING]
40 > People **get addicted to Netdata.**
@@ -282,7 +282,6 @@ No. Even with ML and per-second metrics, Netdata uses minimal resources.
282 * <1% CPU and \~100MiB RAM when ML and alerts are disabled and using ephemeral storage
283 * Parents scale to millions of metrics per second with appropriate hardware
284
285 -> [!NOTE]
285 > You can use the **Netdata Monitoring** section in the dashboard to inspect its resource usage.
286
287 </details>
@@ -310,7 +309,6 @@ Yes. With Netdata you can:
309 * Scale vertically with powerful Parents
310 * Scale infinitely via Netdata Cloud
311
313 -> [!NOTE]
312 > You can use Netdata Cloud to merge many independent infrastructures into one logical view.
313
314 </details>
@@ -324,7 +322,6 @@ No. Netdata minimizes disk usage:
322 * Uses direct I/O and compression (ZSTD)
323 * Can run entirely in RAM or stream to a Parent
324
327 -> [!NOTE]
325 > You can use `alloc` or `ram` mode for no disk writes.
326
327 </details>
@@ -338,7 +335,6 @@ With Netdata you get a complete monitoring solution—not just tools.
335 * Built-in ML, alerts, dashboards, and correlations
336 * More efficient and easier to deploy
337
341 -> [!NOTE]
338 > [Performance comparison](https://blog.netdata.cloud/netdata-vs-prometheus-performance-analysis/)
339
340 </details>
@@ -376,7 +372,6 @@ You can start small:
372 * Explore anomaly scoring ("AR" toggle)
373 * Create custom dashboards in Netdata Cloud
374
379 -> [!NOTE]
375 > [Docs and guides](https://learn.netdata.cloud/guides)
376
377 </details>
@@ -403,7 +398,6 @@ Anonymous telemetry helps improve the product. You can disable it:
398 * Add `--disable-telemetry` to the installer, or
399 * Create `/etc/netdata/.opt-out-from-anonymous-statistics` and restart Netdata
400
406 -> [!NOTE]
401 > Telemetry helps us understand usage, not track users. No private data is collected.
402
403 </details>