Skip to main content

Observability Centralization Points

What Are Centralization Points?

Observability Centralization Points are specialized Netdata installations that you can configure to receive, store, and process observability data (metrics and logs) from multiple other systems in your infrastructure.

These centralization points give you several core functions:

  • Receiving and storing metrics and logs from multiple systems
  • Processing and analyzing your collected data
  • Running health checks and alerts
  • Providing unified dashboards across all your systems
  • Replicating data for your historical analysis

This distributed yet centralized approach gives you the benefits of both decentralized collection and centralized analysis.

Why Use Centralization Points?

Use CaseDescriptionBenefits
Ephemeral SystemsIdeal for your Kubernetes nodes or temporary VMs that frequently go offlineYou retain metrics and logs for analysis and troubleshooting even after node termination
Limited ResourcesOffloads observability tasks from your systems with low disk space, CPU, RAM, or I/O bandwidthYour production systems run efficiently without performance trade-offs
Multi-Node Dashboards Without Netdata CloudAggregates data from all your nodes for centralized dashboardsYou get Cloud-like functionality in environments that prefer or require on-premises solutions
Restricted Netdata Cloud AccessActs as a bridge when your monitored systems can't connect to Netdata CloudYou can still use Cloud features despite firewall restrictions or security policies

How Multiple Centralization Points Work

ScenarioOperationAdvantages
With Netdata CloudQueries all your centralization points in parallel for a unified viewYou get a seamless experience regardless of your underlying architecture
Without Netdata CloudYour centralization points consolidate data from connected systemsYou have a local view of metrics and logs without external dependencies
High Availability SetupYour centralization points share data with each other, forming a clusterYou won't lose data if one centralization point fails

Technical Implementation

Observability Centralization Points consist of two major components you can deploy:

  1. Metrics Centralization - Uses Netdata's streaming and replication features to centralize your metrics data
  2. Logs Centralization - Uses systemd-journald methodologies to centralize your log data

You can configure your systems to connect to multiple centralization points for redundancy. If a connection fails, they automatically switch to an available alternative.

In a high-availability setup, your centralization points can form a cluster by sharing data with each other, ensuring all points have a complete copy of all your metrics and logs.


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