Skip to main content

Metrics Centralization Points (Netdata Parents)

Netdata Streaming and Replication copies the recent past samples (replication) and in real-time all new samples collected (streaming) from production systems (Netdata Children) to metrics centralization points (Netdata Parents). The Netdata Parents then maintain the database for these metrics, according to their retention settings.

Each production system (Netdata Child) can stream to only one Netdata Parent at a time. The configuration allows configuring multiple Netdata Parents for high availability, but only the first found working will be used.

Netdata Parents receive metric samples from multiple production systems (Netdata Children) and have the option to re-stream them to another Netdata Parent. This allows building an infinite hierarchy of Netdata Parents. It also enables the configuration of Netdata Parents Clusters, for high availability.

FeatureNetdata Child (production system)Netdata Parent (centralization point)
Metrics RetentionCan be minimized, or switched to mode ram or alloc to save resources. Some retention is required in case network errors introduce disconnects.Common retention settings for all systems aggregated to it.
Machine LearningCan be disabled (enabled by default).Runs Anomaly Detection for all systems aggregated to it.
Alerts & NotificationsCan be disabled (enabled by default).Runs health checks and sends notifications for all systems aggregated to it.
API and DashboardCan be disabled (enabled by default).Serves the dashboard for all systems aggregated to it, using its own retention.
Exporting MetricsNot required (enabled by default).Exports the samples of all metrics collected by the systems aggregated to it.
Netdata FunctionsNetdata Child must be online.Forwards Functions requests to the Children connected to it.
Connection to Netdata CloudNot required.Each Netdata Parent registers to Netdata Cloud all systems aggregated to it.

Supported Configurations

For Netdata Children:

  1. Full: Full Netdata functionality is available at the Children. This means running machine learning, alerts, notifications, having the local dashboard available, and generally all Netdata features enabled. This is the default.
  2. Thin: The Children are only collecting and forwarding metrics to a Parent. Some local retention may exist to avoid missing samples in case of network issues or Parent maintenance, but everything else is disabled.

For Netdata Parents:

  1. Standalone: The Parent is standalone, either the only Parent available in the infrastructure, or the top-most of an hierarchy of Parents.
  2. Cluster: The Parent is part of a cluster of Parents, all having the same data, from the same Children. A Cluster of Parents offers high-availability.
  3. Proxy: The Parent receives metrics and stores them locally, but it also forwards them to a Grand Parent.

A Cluster is configured as a number of circular Proxies, ie. each of the nodes in a cluster has all the others configured as its Parents. So, if multiple levels of metrics centralization points (Netdata Parents) are required, only the top-most level can be a cluster.

Best Practices

Refer to Best Practices for Observability Centralization Points.


Do you have any feedback for this page? If so, you can open a new issue on our netdata/learn repository.