docs: fix tip in streaming readme (#20310)
Ilya Mashchenko committed
May 20, 2025 at 16:33 UTC
0d44b9af78e20f08333ad666807719140205ae36
1 file changed
+1
-1
src/streaming/README.md
+1
-1
@@ -6,7 +6,7 @@ This guide covers Netdata's advanced streaming and replication capabilities, whi
6
7
**[Streaming and replication](https://learn.netdata.cloud/docs/developer-and-contributor-corner/glossary#r)** work together to send metrics data from one Netdata Agent (child) to another Netdata Agent (parent). Streaming sends metrics in real-time, while replication ensures historical data is copied, as well, maintaining complete data integrity even after connection interruptions.
8
9
-::: tip
9
+:::tip
10
11
If you're new to Netdata streaming or prefer a guided approach, [jump to our step-by-step guide](#step-by-step-setup-guide) at the end of this document. The guide will walk you through setting up a basic streaming configuration and then connecting to the comprehensive reference sections as needed.
12