docs: fix typos in nodes-ephemerality.md (#19840)
Ilya Mashchenko committed
Mar 13, 2025 at 00:14 UTC
ba9678db6c2d75826e34e85fdbf0969f4b1d4891
1 file changed
+4
-4
docs/nodes-ephemerality.md
+4
-4
@@ -2,13 +2,13 @@
2
3
## Overview
4
5
-Netdata v2.3.0 changes how ephemeral nodes are defined and managed in distributed monitoring environments This update enhances monitoring reliability while providing flexibility for dynamic infrastructure management.
5
+Netdata v2.3.0 changes how ephemeral nodes are defined and managed in distributed monitoring environments. This update enhances monitoring reliability while providing flexibility for dynamic infrastructure management.
6
7
**Key Changes**:
8
9
-Netdata now defines ephemeral nodes as "nodes that are expected to disconnect without raising alerts," replacing the previous definition of nodes that are forgotten after one day of disconnection. This change provides three major benefits:
9
+Netdata now defines ephemeral nodes as "nodes that are expected to disconnect without raising alerts," replacing the previous definition of forgotten nodes after one day of disconnection. This change provides three major benefits:
10
11
-1. **Improved Permanent Node Monitoring**: Disconnection alerts are now triggered only for permanent nodes, reducing alert noise and helping teams focus on genuine operational issues.
11
+1. **Improved Permanent Node Monitoring**: Disconnection alerts are triggered only for permanent nodes, reducing alert noise and helping teams focus on genuine operational issues.
12
2. **Better Support for Dynamic Infrastructure**: Organizations using auto-scaling cloud instances, containers, and other dynamic resources can now designate nodes as ephemeral, preventing unnecessary alerts.
13
3. **Automated Node Management**: The system automatically removes ephemeral nodes based on configurable retention periods, maintaining clean and relevant monitoring dashboards.
14
@@ -57,7 +57,7 @@ To investigate alert:
57
- Yellow lines: Restreaming issues (when this Parent attempts to stream data to other Parent nodes)
58
- Color highlighting applies only to permanent nodes
59
- Filter by `Ephemerality` to focus on permanent nodes
60
- - Use `InStatus`, `InReason`, and `InAge` columns fto analyze nodes connecting to this parent
60
+ - Use `InStatus`, `InReason`, and `InAge` columns to analyze node connections to the parent node
61
- Use `OutStatus`, `OutReason`, and `OutAge` columns to analyze this Parent's restreaming to other Parent nodes
62
63
## Managing Archived Nodes