@cryptotaxi247 / netdata-1 / commits / 5e6b8b26a

Update Netdata README with improved structure (#20265)

Co-authored-by: ilyam8 <ilya@netdata.cloud>

kanelatechnical committed May 9, 2025 at 18:46 UTC 5e6b8b26a28e1e24dfc21f9ed8ffe7dc5fcbfd8a
1 file changed +52 -14
README.md
+52 -14
@@ -34,22 +34,15 @@
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](#scroll-license)**
37 +MENU: **[WHO WE ARE](#who-we-are)** | **[KEY FEATURES](#key-features)** | **[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
40 > [!WARNING]
41 > People **get addicted to Netdata.**
41 -> Once you use it on your systems, **there's no going back!**
42 +> Once you use it on your systems, *there's no going back.*
43
44 [![Platforms](https://img.shields.io/badge/Platforms-Linux%20%7C%20macOS%20%7C%20FreeBSD%20%7C%20Windows-blue)]()
45
45 -## Most Energy-Efficient Monitoring Tool
46 -
47 -<p align="center">
48 -<img src="https://github.com/netdata/netdata/assets/139226121/4f64cbb6-05e4-48e3-b7c0-d1b79e37e219" alt="Energy efficiency" width="800"/>
49 -</p>
50 -
51 -According to the [University of Amsterdam study](https://www.ivanomalavolta.com/files/papers/ICSOC_2023.pdf), Netdata is "the most energy-efficient tool" for monitoring Docker-based systems. The study also shows Netdata excels in CPU usage, RAM usage, and execution time compared to other monitoring solutions.
52 -
46 ---
47
48 ## WHO WE ARE
@@ -66,6 +59,34 @@ Netdata is an open-source, real-time infrastructure monitoring platform. Monitor
59
60 With Netdata, you get real-time, per-second updates. Clear **insights at a glance**, no complexity.
61
62 +<details>
63 + <summary><strong>All heroes have a great origin story. Click to discover ours.</strong></summary>
64 + <br/>
65 +
66 +In 2013, at the company where Costa Tsaousis was COO, a significant percentage of their cloud-based transactions failed silently, severely impacting business performance.
67 +
68 +Costa and his team tried every troubleshooting tool available at the time. None could identify the root cause. As Costa later wrote:
69 +
70 +“*I couldn’t believe that monitoring systems provide so few metrics and with such low resolution, scale so badly, and cost so much to run.*”
71 +
72 +Frustrated, he decided to build his own monitoring tool, starting from scratch.
73 +
74 +That decision led to countless late nights and weekends. It also sparked a fundamental shift in how infrastructure monitoring and troubleshooting are approached, both in method and in cost.
75 +</details>
76 +
77 +### Most Energy-Efficient Monitoring Tool
78 +
79 +<p align="center">
80 +<a href="https://www.ivanomalavolta.com/files/papers/ICSOC_2023.pdf#gh-dark-mode-only">
81 + <img src="https://github.com/netdata/netdata/assets/139226121/7118757a-38fb-48d7-b12a-53e709a8e8c0" alt="Energy Efficiency" width="800"/>
82 +</a>
83 +<a href="https://www.ivanomalavolta.com/files/papers/ICSOC_2023.pdf#gh-light-mode-only">
84 + <img src="https://github.com/netdata/netdata/assets/139226121/4f64cbb6-05e4-48e3-b7c0-d1b79e37e219" alt="Energy efficiency" width="800"/>
85 +</a>
86 +</p>
87 +
88 +According to the [University of Amsterdam study](https://www.ivanomalavolta.com/files/papers/ICSOC_2023.pdf), Netdata is the most energy-efficient tool for monitoring Docker-based systems. The study also shows Netdata excels in CPU usage, RAM usage, and execution time compared to other monitoring solutions.
89 +
90 ---
91
92 ## Key Features
@@ -203,7 +224,7 @@ With Netdata you can run a modular pipeline for metrics collection, processing,
224
225 ```mermaid
226 flowchart TB
206 - A[Netdata Agent]
227 + A[Netdata Agent]:::mainNode
228 A1(Collect):::green --> A
229 A2(Store):::green --> A
230 A3(Learn):::green --> A
@@ -214,8 +235,9 @@ flowchart TB
235 A8(Query):::green --> A
236 A9(Score):::green --> A
237
217 - classDef green fill:#bbf3bb,stroke:#333,stroke-width:1px
218 - ```
238 + classDef green fill:#bbf3bb,stroke:#333,stroke-width:1px,color:#000
239 + classDef mainNode fill:#f0f0f0,stroke:#333,stroke-width:1px,color:#333
240 +```
241
242 With each Agent you can:
243
@@ -253,7 +275,11 @@ With the Netdata Agent, you can use these core capabilities out-of-the-box:
275 ## CNCF Membership
276
277 <p align="center">
256 - <img src="https://raw.githubusercontent.com/cncf/artwork/master/other/cncf/horizontal/black/cncf-black.svg" alt="CNCF" width="300">
278 + <picture>
279 + <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/cncf/artwork/master/other/cncf/horizontal/white/cncf-white.svg">
280 + <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/cncf/artwork/master/other/cncf/horizontal/color/cncf-color.svg">
281 + <img alt="CNCF Logo" src="https://raw.githubusercontent.com/cncf/artwork/master/other/cncf/horizontal/color/cncf-color.svg" width="300">
282 + </picture>
283 <br />
284 Netdata actively supports and is a member of the Cloud Native Computing Foundation (CNCF).<br />
285 It is one of the most starred projects in the <a href="https://landscape.cncf.io/?item=observability-and-analysis--observability--netdata">CNCF landscape</a>.
@@ -265,6 +291,7 @@ With the Netdata Agent, you can use these core capabilities out-of-the-box:
291
292 <details>
293 <summary><strong>Is Netdata secure?</strong></summary>
294 +<br/>
295
296 Yes. Netdata follows [OpenSSF best practices](https://bestpractices.coreinfrastructure.org/en/projects/2231), has a security-first design, and is regularly audited by the community.
297
@@ -275,6 +302,7 @@ Yes. Netdata follows [OpenSSF best practices](https://bestpractices.coreinfrastr
302
303 <details>
304 <summary><strong>Does Netdata use a lot of resources?</strong></summary>
305 +<br/>
306
307 No. Even with ML and per-second metrics, Netdata uses minimal resources.
308
@@ -288,6 +316,7 @@ No. Even with ML and per-second metrics, Netdata uses minimal resources.
316
317 <details>
318 <summary><strong>How much data retention is possible?</strong></summary>
319 +<br/>
320
321 As much as your disk allows.
322
@@ -302,6 +331,7 @@ These are queried automatically based on the zoom level.
331
332 <details>
333 <summary><strong>Can Netdata scale to many servers?</strong></summary>
334 +<br/>
335
336 Yes. With Netdata you can:
337
@@ -315,6 +345,7 @@ Yes. With Netdata you can:
345
346 <details>
347 <summary><strong>Is disk I/O a concern?</strong></summary>
348 +<br/>
349
350 No. Netdata minimizes disk usage:
351
@@ -328,6 +359,7 @@ No. Netdata minimizes disk usage:
359
360 <details>
361 <summary><strong>How is Netdata different from Prometheus + Grafana?</strong></summary>
362 +<br/>
363
364 With Netdata you get a complete monitoring solution—not just tools.
365
@@ -341,6 +373,7 @@ With Netdata you get a complete monitoring solution—not just tools.
373
374 <details>
375 <summary><strong>How is Netdata different from commercial SaaS tools?</strong></summary>
376 +<br/>
377
378 With Netdata you can store all metrics on your infrastructure—no sampling, no aggregation, no loss.
379
@@ -352,6 +385,7 @@ With Netdata you can store all metrics on your infrastructure—no sampling, no
385
386 <details>
387 <summary><strong>Can Netdata run alongside Nagios, Zabbix, etc.?</strong></summary>
388 +<br/>
389
390 Yes. You can use Netdata together with traditional tools.
391
@@ -365,6 +399,7 @@ With Netdata you get:
399
400 <details>
401 <summary><strong>What if I feel overwhelmed?</strong></summary>
402 +<br/>
403
404 You can start small:
405
@@ -378,6 +413,7 @@ You can start small:
413
414 <details>
415 <summary><strong>Do I have to use Netdata Cloud?</strong></summary>
416 +<br/>
417
418 No. Netdata Cloud is optional.
419
@@ -392,6 +428,7 @@ Netdata works without it, but with Cloud you can:
428
429 <details>
430 <summary><strong>What telemetry does Netdata collect?</strong></summary>
431 +<br/>
432
433 Anonymous telemetry helps improve the product. You can disable it:
434
@@ -404,6 +441,7 @@ Anonymous telemetry helps improve the product. You can disable it:
441
442 <details>
443 <summary><strong>Who uses Netdata?</strong></summary>
444 +<br/>
445
446 You'll join users including:
447