@cryptotaxi247 / netdata-1 / commits / 8e263a291

docs: add Installation section to metrics-centralization-points README (#22036)

* docs: add Installation section to metrics-centralization-points README Add clear installation guidance for Netdata Parents, addressing discoverability gap for users asking how to install a Parent. The section explicitly states that a Parent is a regular Netdata Agent and provides the kickstart.sh command with links to configuration documentation. * docs: replace inline kickstart example with installation link Replace inline kickstart command example with a link to the installation documentation to avoid maintaining duplicated installation instructions that can become outdated. * Apply suggestions from code review Co-authored-by: Fotis Voutsas <fotis@netdata.cloud> * Apply suggestions from code review Co-authored-by: Fotis Voutsas <fotis@netdata.cloud> * Upgrade Python version from 3.9 to 3.10 --------- Co-authored-by: nedi-app[bot] <bot@netdata.cloud> Co-authored-by: Fotis Voutsas <fotis@netdata.cloud>

nedi-app[bot] committed Mar 30, 2026 at 12:23 UTC 8e263a291bf522b2cb70d8b9e78d288f01ee8a67
2 files changed +15 -1
.github/workflows/check-markdown.yml
+1 -1
@@ -32,7 +32,7 @@ jobs:
32 - name: Init python env
33 uses: actions/setup-python@v6
34 with:
35 - python-version: "3.9"
35 + python-version: "3.10"
36
37 - name: Setup python dependencies
38 run: |
docs/observability-centralization-points/metrics-centralization-points/README.md
+14
@@ -21,6 +21,20 @@ flowchart BT
21 class P1 parent
22 ```
23
24 +## Installation
25 +
26 +A **Netdata Parent** is a regular Netdata Agent configured to receive streaming metrics from Netdata Children (also normal Agents!).
27 +
28 +To install a Netdata Parent:
29 +
30 +1. Install Netdata on your Parent node.
31 +
32 + For installation instructions, see the [Installation section](/packaging/installer/README.md).
33 +
34 +2. After installation, configure `stream.conf` to enable reception from Children.
35 +
36 + See [Configuring Metrics Centralization Points](/docs/observability-centralization-points/metrics-centralization-points/configuration.md) for detailed configuration instructions.
37 +
38 ## Key Features
39
40 :::important