Skip to content

Releases: netdata/netdata

v1.46.1

21 Jun 14:12
Compare
Choose a tag to compare

Netdata v1.46.1 is a patch release to address issues discovered since v1.46.0.

This patch release provides the following bug fixes and updates:

  • Fixed Rspamd collector to handle responses without FuzzyHashes (go.d/rspamd) (#17974, @ilyam8).
  • Added validation for dyncfg job names to prevent invalid characters (go.d.plugin) (#17971, @ilyam8).
  • Fixed cgroups version detection on non-systemd nodes with cgroups v1 (cgroups.plugin) (#17969, @ilyam8).
  • Improved check to ensure that job names in configuration files do not contain colons (go.d.plugin) (#17967, @ilyam8).
  • Fixed space percentage calculation in dbengine retention chart (#17963, @stelfrag).

Support options

As we grow, we stay committed to providing the best support ever seen from an open-source solution. Should you encounter an issue with any of the changes made in this release or any feature in the Netdata Agent, feel free to contact us through one of the following channels:

  • Netdata Learn: Find documentation, guides, and reference material for monitoring and troubleshooting your systems with Netdata.
  • GitHub Issues: Make use of the Netdata repository to report bugs or open a new feature request.
  • GitHub Discussions: Join the conversation around the Netdata development process and be a part of it.
  • Community Forums: Visit the Community Forums and contribute to the collaborative knowledge base.
  • Discord Server: Jump into the Netdata Discord and hang out with like-minded sysadmins, DevOps, SREs, and other troubleshooters. More than 2000 engineers are already using it!

v1.46.0

19 Jun 15:45
Compare
Choose a tag to compare

Table of Contents

Netdata Growth

  • 1.5 million downloads per day
  • 68.7k GitHub stars!
  • 636M Docker Hub pulls!

Netdata is being downloaded more than 1.5 million times per day, as reported by Cloudflare, which distributes our binary packages, and Docker Hub, which distributes our docker containers!

Thanks to your love ❤️, Netdata is leading the observability category in CNCF, having significantly more stars than Elasticsearch, Grafana, Prometheus and all other observability solutions listed in the CNCF landscape.

We are committed to providing the most advanced and innovative observability solution, to help us minimize monitoring costs while providing AI-powered high-fidelity monitoring!

Do you like Netdata? Give Netdata a ⭐ too, on GitHub!

Release Summary

Another 3 months have passed, we're already mid-way through 2024, and it's time for another Netdata release! The Netdata team has been super busy cooking up some great new features we're sure you will enjoy. Users can now dynamically configure collectors and alerts from the UI, the long-awaited Native Windows agent is almost here, AWS billing integration and so many more cool features.

In a crowded observability market, Netdata stands out with real-time monitoring and a truly unique decentralized architecture which ensures the data, always stays on-prem!

Release Highlights

Dynamic Configuration out of beta

Manage Netdata from the Dashboard:

  • Alert Management: create and adjust alerts directly from any chart or the dedicated Alerts tab.
  • Collectors Setup (go.d only): configure collectors for the data you need right from the Integrations section.
  • Multi-Node Management: deploy configurations to multiple nodes with a single click

After fine-tuning of our Dynamic Configuration feature (DynCfg) based on extensive feedback, we have now made a GA release available to our Business and Homelab plans.

Netdata subscriptions on AWS Marketplace

Subscribe to Netdata from the AWS Marketplace
AWS Customers can now manage their payments and subscriptions directly from AWS - no need for extra budget approvals or billing complexities!

image

Native Windows Support

image

Netdata's current code base can now be compiled on Windows and runs smoothly on all versions of the Windows operating system.

Currently, this feature is in the internal testing phase. We are working on packaging it and adding Windows-specific
collectors. In the next Netdata release, we will provide binary packages for Microsoft Windows.

Okta and OpenID SSO Authentication

image

Effortlessly manage your teams’ access with SSO through Okta or OpenID integrations. This feature ensures streamlined access
and heightened security across your systems. We are now looking into building the next step to allow you to manage
your users' Roles and Permissions!

Time Based Retention

Netdata now offers a more granular approach to data retention, allowing you to manage storage based on both time and
disk space. This update provides greater control and helps you optimize storage usage for your specific needs.

Tier Resolution Time Limit Size Limit
0 high 14 days 1 GiB
1 middle 3 months 1 GiB
2 low 2 years 1 GiB

With these defaults, Netdata requires approximately 4 GiB of storage space (including metadata).

Retention Settings

You can fine-tune retention for each tier by setting either the time limit or size limit to zero. This enables various
retention strategies as shown in the table below:

Setting Retention Behavior
Size Limit = 0, Time Limit > 0 Time-based only: data is stored for a specific duration regardless of disk usage.
Time Limit = 0, Size Limit > 0 Space-based only: data is stored until it reaches a certain amount of disk space, regardless of time.
Time Limit > 0, Size Limit > 0 Combined time and space limits: data is deleted once it reaches either the time limit or the disk space limit, whichever comes first.

Monitoring Retention Utilization

A new chart has been added to the Netdata Monitoring section of your dashboard. This chart displays the utilization
percentage for both time and space limits across all tiers, providing a clear overview of your storage usage.

Database Compression

Netdata now utilizes ZSTD compression within its database engine (dbengine), significantly reducing the storage space
required for your monitoring data. This translates to a mere 0.5 bytes per sample on disk for the high-resolution tier!

Netdata's impressive compression capabilities are the result of a powerful combination of features:

  • Fixed-step database design.
  • Gorilla compression (introduced in v1.45.0).
  • ZSTD compression (new in v1.46.0).

ClickHouse Collector

image

Netdata now ships with a native ClickHouse collector,
which collects performance data from ClickHouse for connections, queries, resources, replication, IO, and data operations
(inserts, selects, merges) using HTTP requests and ClickHouse system tables.

OpenTelemetry Compatibility

All the units on our charts and metrics are now compatible with the Unified Code for Units of Measure (UCUM). This alignment ensures precision, consistency, and ease of integration across diverse systems, paving the way for more seamless observability and monitoring experiences. Stay tuned for more updates as we continue to enhance our platform!

More Notification Integrations

image

And as always we keep adding more integrations for notifications. You can now send your Netdata alerts from Netdata Cloud to Splunk,
VictorOps, MS Teams, and more!

Acknowledgments

  • @zallaevan for fixing the grammar in the Perf collector metadata.
  • @sepek for fixing typos in the Health reference documentation.
  • @mohd-akram for adding Valkey to apps_groups.conf.
  • @luckman212 for fixing typos in the Ping collector metadata.
  • @louis-lau for fixing indentation in the MongoDB collector configuration.
  • @glebius for fixing the issue with reading socket file descriptors in the apps plugin on FreeBSD.
  • @eyusupov for adding the power consumption metric to the Linux Power Supply collector.
  • @dgibbs64 for adding Ubuntu AArch64 to the "Binary Distribution Packages" list.
  • @PaulSzymanski for fixing conditional for Amazon Linux 2023 in repoconfig spec file.
  • @Metric-Void for fixing parsing of Physical Drives information in the python hpssa collector.
  • @powerman for various documentation improvements.
  • @killme2008 for adding GreptimeDB to prometheus exporting destinations.
  • @k0ste for adjusting Netdata startup on systemd systems.

Contributions

Collectors

New/Rewritten
Read more

v1.45.6

05 Jun 15:07
Compare
Choose a tag to compare

Netdata v1.45.6 is a patch release to address issues discovered since v1.45.5.

This patch release provides the following bug fixes and updates:

  • Fixed a service discovery issue that affected applications without parameters in their command line (go.d.plugin) (#17763, @ilyam8).
  • Fixed host label updates in Netdata Cloud: schedule a node info on label reload (#17762, @stelfrag).
  • Fixed ACLK Proxy compatibility: added Host header to CONNECT requests (MQTT) (#17731, @stelfrag).

Support options

As we grow, we stay committed to providing the best support ever seen from an open-source solution. Should you encounter an issue with any of the changes made in this release or any feature in the Netdata Agent, feel free to contact us through one of the following channels:

  • Netdata Learn: Find documentation, guides, and reference material for monitoring and troubleshooting your systems with Netdata.
  • GitHub Issues: Make use of the Netdata repository to report bugs or open a new feature request.
  • GitHub Discussions: Join the conversation around the Netdata development process and be a part of it.
  • Community Forums: Visit the Community Forums and contribute to the collaborative knowledge base.
  • Discord Server: Jump into the Netdata Discord and hang out with like-minded sysadmins, DevOps, SREs, and other troubleshooters. More than 2000 engineers are already using it!

v1.45.5

21 May 14:38
Compare
Choose a tag to compare

Netdata v1.45.5 is a patch release to address issues discovered since v1.45.4.

This patch release provides the following bug fixes and updates:

  • Fixed streaming sender functions payload corruption (#17696, @ktsaou).
  • Fixed crashes due to missing dimension IDs (external protocol) by detecting incorrect syntax and disabling plugins (#17690, @stelfrag).
  • Fixed ACLK Proxy compatibility: added Host header to CONNECT requests (#17670, @stelfrag).
  • Added Machine Learning support to CentOS 7 RPM packages, making it now available for users (#17667, @vkalintiris, #17682, @Ferroin).
  • Fixed calculation issue in the go.d/cockroachdb collector (#17659, @ilyam8).
  • Added limited support for offline installations within the updater code (#17648, @Ferroin).
  • Fixed Cloud Alert consistency: sending REMOVED transitions for disconnected child Agents (#17621, @stelfrag).
  • Added vnode support to go.d/windows collector dyncfg (#17478, @ilyam8).

Support options

As we grow, we stay committed to providing the best support ever seen from an open-source solution. Should you encounter an issue with any of the changes made in this release or any feature in the Netdata Agent, feel free to contact us through one of the following channels:

  • Netdata Learn: Find documentation, guides, and reference material for monitoring and troubleshooting your systems with Netdata.
  • GitHub Issues: Make use of the Netdata repository to report bugs or open a new feature request.
  • GitHub Discussions: Join the conversation around the Netdata development process and be a part of it.
  • Community Forums: Visit the Community Forums and contribute to the collaborative knowledge base.
  • Discord Server: Jump into the Netdata Discord and hang out with like-minded sysadmins, DevOps, SREs, and other troubleshooters. More than 2000 engineers are already using it!

v1.45.4

08 May 13:13
Compare
Choose a tag to compare

Netdata v1.45.4 is a patch release to address issues discovered since v1.45.3.

This patch release provides the following bug fixes and updates:

  • Added missing update_every property to the health prototype JSON schema (#17613, @ktsaou)
  • Fixed issue where parent alerts remained active after child disconnection, by resetting health on child disconnect (#17612, @ktsaou)
  • Fixed a packaging issue that prevented ndsudo from having the setuid bit in static builds (#17583, @ilyam8)
  • Increased spawn server command size and added shutdown safeguard to prevent crashes from command size limit exceeded (#17566, @stelfrag)
  • Fixed error code reporting for failed data insertion in SQLite (#17508, @stelfrag)
  • Fixed issue with name-only label matching (#17482, @stelfrag)
  • Improved Cloud connectivity: automatically re-establish connection upon system resume from suspension by scheduling a node update (#17444, @stelfrag)
  • Improved termination handling: start watcher thread post-fork, preventing main process from waiting indefinitely on TERM signal (#17436, @stelfrag)
  • Fixed priority order for alarms and alarm templates: now, alarms are applied before alarm templates consistently, regardless of their order in configuration files (#17398, @ktsaou)
  • Added option for health table cleanup with 'netdata -W sqlite-alert-cleanup' command (#17385, @stelfrag)

Support options

As we grow, we stay committed to providing the best support ever seen from an open-source solution. Should you encounter an issue with any of the changes made in this release or any feature in the Netdata Agent, feel free to contact us through one of the following channels:

  • Netdata Learn: Find documentation, guides, and reference material for monitoring and troubleshooting your systems with Netdata.
  • GitHub Issues: Make use of the Netdata repository to report bugs or open a new feature request.
  • GitHub Discussions: Join the conversation around the Netdata development process and be a part of it.
  • Community Forums: Visit the Community Forums and contribute to the collaborative knowledge base.
  • Discord Server: Jump into the Netdata Discord and hang out with like-minded sysadmins, DevOps, SREs, and other troubleshooters. More than 2000 engineers are already using it!

v1.45.3

12 Apr 13:07
Compare
Choose a tag to compare

Warning

Important Security Update

Netdata v1.45.3 is a patch release to fix a local privilege escalation vulnerability discovered in v1.45.x releases. Users are advised to upgrade any systems running v1.45.0, v1.45.1, or v1.45.2 immediately. Stable releases before v1.45.0 are unaffected by this vulnerability. Full details on the vulnerability can be found in the associated security advisory on GitHub. A big thank you to mia-0 for identifying and reporting this issue!

This patch release also addresses other issues discovered since v1.45.2.

This patch release provides the following bug fixes and updates:

  • Mitigated a security issue in ndsudo by restricting its search paths to a predefined set of directories (#17377, @ilyam8)
  • Resolved an issue that prevented the "percentage" option from functioning correctly in alert lookups (#17391, @ktsaou)
  • Enhanced macOS uninstallation by enabling removal of the associated LaunchDaemons plist file (#17357, @ilyam8)
  • Increased the default minimum thread stack size to 1 MB to address potential stability issues caused by the musl libc's smaller default (128kB) (#17317, @ilyam8)

Support options

As we grow, we stay committed to providing the best support ever seen from an open-source solution. Should you encounter an issue with any of the changes made in this release or any feature in the Netdata Agent, feel free to contact us through one of the following channels:

  • Netdata Learn: Find documentation, guides, and reference material for monitoring and troubleshooting your systems with Netdata.
  • GitHub Issues: Make use of the Netdata repository to report bugs or open a new feature request.
  • GitHub Discussions: Join the conversation around the Netdata development process and be a part of it.
  • Community Forums: Visit the Community Forums and contribute to the collaborative knowledge base.
  • Discord Server: Jump into the Netdata Discord and hang out with like-minded sysadmins, DevOps, SREs, and other troubleshooters. More than 2000 engineers are already using it!

v1.45.2

01 Apr 17:15
Compare
Choose a tag to compare

Netdata v1.45.2 is a patch release to address issues discovered since v1.45.1.

This patch release provides the following bug fixes and updates:

  • Improved PostgreSQL/MySQL local listener discovery to automatically check for connections using both TCP and Unix sockets, enabling support for passwordless Unix socket connections (#17304 #17305, @ilyam8)
  • Fixed an issue that prevented negative matching of host/chart labels in alert configurations (#17290 #17292, @ktsaou)
  • Improved go.d.plugin stability by preventing Netdata from shutting down the entire plugin due to an issue with registering jobs for unregistered modules (#17289, @ilyam8)
  • Improved go.d.plugin HTTP requests now include a UserAgent string, enhancing identification in server log (#17286, @ilyam8)
  • Improved Nginx discovery in go.d.plugin by automatically trying multiple status endpoints when discovering Nginx containers (#17285, @ilyam8)
  • Fixed a go.d.plugin panic that could occur when using the Unbound collector with TLS (#17283, @ilyam8)
  • Fixed a libyaml linking issue (#17276, @Ferroin)
  • Improved go.d.plugin configuration validation, preventing unexpected or invalid options through dynamic configurations (#17269, @ilyam8)

Support options

As we grow, we stay committed to providing the best support ever seen from an open-source solution. Should you encounter an issue with any of the changes made in this release or any feature in the Netdata Agent, feel free to contact us through one of the following channels:

  • Netdata Learn: Find documentation, guides, and reference material for monitoring and troubleshooting your systems with Netdata.
  • GitHub Issues: Make use of the Netdata repository to report bugs or open a new feature request.
  • GitHub Discussions: Join the conversation around the Netdata development process and be a part of it.
  • Community Forums: Visit the Community Forums and contribute to the collaborative knowledge base.
  • Discord Server: Jump into the Netdata Discord and hang out with like-minded sysadmins, DevOps, SREs, and other troubleshooters. More than 2000 engineers are already using it!

v1.45.1

27 Mar 15:24
Compare
Choose a tag to compare

Netdata v1.45.1 is a patch release to address issues discovered since v1.45.0.

This patch release provides the following bug fixes and updates:

  • Ensured proper handling of default values for data collection jobs submitted via dynamic configuration. (#17255, @ilyam8)
  • Optimized go.d.plugin service discovery by filtering out irrelevant docker-proxy listeners. (#17254, @ilyam8)
  • Improved go.d.plugin's ability to find applications, including those using IPv6, and identify Apache processes more reliably. (#17252, @ilyam8)
  • Improved OpenSSL discovery on macOS for Homebrew builds. (#17250, @Ferroin)
  • Obsolete references to saving the internal database using the USR1 signal, reflecting the removal of save/map memory modes. (#17249, @ilyam8)
  • Added ZSTD compression support for dbengine (disabled by default for now). This improves storage efficiency when available, automatically falling back to uncompressed pages for compatibility. (#17244, @ktsaou)
  • Fixed a bug that caused metric reference count errors during release. (#17239, @ktsaou)
  • Code cleanup. (#17237, @ktsaou)
  • Enabled Gorilla compression by default for dbengine, reducing memory usage. (#17234, @ktsaou)
  • Improved dbengine unit tests for better code coverage and maintainability. (#17232, @ktsaou)
  • Fixed a database engine cache bug that could cause queries to stop prematurely under pressure. (#17231, @ktsaou)
  • Implemented caching optimization to reduce the number of cache flushes following journal file v2 creation. (#17220, @stelfrag)
  • Reduced clutter in MySQL/MariaDB query logs by disabling session query logging for the go.d/mysql collector. (#17219, @ilyam8)
  • Improved go.d.plugin to correctly identify MariaDB databases. (#17218, @ilyam8)
  • Enhanced macOS build stability by using native libraries and optimizing checks for dependencies. (#17216, @Ferroin)
  • Suppressed unnecessary compiler warnings about redefined macros, improving build cleanliness and compatibility with stricter build flags. (#17209, @Ferroin)

Support options

As we grow, we stay committed to providing the best support ever seen from an open-source solution. Should you encounter an issue with any of the changes made in this release or any feature in the Netdata Agent, feel free to contact us through one of the following channels:

  • Netdata Learn: Find documentation, guides, and reference material for monitoring and troubleshooting your systems with Netdata.
  • GitHub Issues: Make use of the Netdata repository to report bugs or open a new feature request.
  • GitHub Discussions: Join the conversation around the Netdata development process and be a part of it.
  • Community Forums: Visit the Community Forums and contribute to the collaborative knowledge base.
  • Discord Server: Jump into the Netdata Discord and hang out with like-minded sysadmins, DevOps, SREs, and other troubleshooters. More than 2000 engineers are already using it!

v1.45.0

21 Mar 13:48
Compare
Choose a tag to compare

Table of Contents

Netdata Growth

  • 67.5k GitHub stars!
  • 626M Docker Hub pulls!

Thanks to your love ❤️, Netdata is leading the observability category in CNCF, having significantly more stars than Elasticsearch, Grafana, Prometheus and all other observability solutions listed in CNCF landscape.

We are committed to provide the most advanced and innovative observability solution, to help us minimize monitoring costs while providing AI-powered high-fidelity monitoring!

You like Netdata? Give Netdata a ⭐ too, on GitHub!

Release Summary

3 months have passed since the previous Netdata release. A lot has changed since then! Netdata now has a mobile app for alert notifications, new drag-and-drop custom dashboards, network connections monitoring, dynamic configuration for data collection jobs and alerts, and many more...

To see how Netdata stacks up against the most advanced commercial offerings available today, we did an analysis on how Dynatrace, Datadog, Instana, Grafana and Netdata commercial offerings compare.

It is nice to see that Netdata stands out for its:

  1. Excellent technology coverage

    Netdata's monitoring coverage is significantly higher compared to others, in all areas!

  2. High-fidelity, real-time insights

    Netdata is the only monitoring solution offering this kind of fidelity (per-second for all metrics), at this extend!

  3. Real AI and Machine-Learning.

    Netdata is the only monitoring system that offers real machine learning, running at the edge.

  4. Lightweight

    Netdata is among the lightest agents, despite the fact that it does a lot more than the others.

  5. Best cost efficiency

    Netdata's cost efficiency is unbeatable, making Netdata the most cost-efficient monitoring solution available today!

Read the full blog here.

Release Highlights

Netdata Mobile App

You can now receive Netdata alerts directly on your mobile phone!

Choose your space and see all the available notifications since you last signed in!

Check the full demo here.

The Mobile App is available for Homelab and Business plan users.

Custom Dashboards

You can now create advanced custom dashboards with Netdata!

  • Drag-and-Drop

    Easily move charts from Metrics or Single Node views straight to your dashboards. It's intuitive and fun.

  • New Chart Types

    Discover your data in new ways with Bar, Circle, Gauge, Pie, Value, and Group boxes.

  • Quick Dashboard Creation

    Hit the plus button, drag, and you've got a new dashboard. Simple as that.

  • Rename Charts

    Customize your dashboard by renaming charts to whatever makes sense to you.

  • Refreshed Text Cards

    We've upgraded text cards for better clarity and aesthetics.

On the Agent UI and the Community plan of Netdata Cloud 1 custom dashboard is allowed. The Homelab and Business plans of Netdata Cloud support an unlimited number of custom dashboards.

Network Viewer

Explore the network connections of your servers and processes!

302690196-5f71c102-9146-463e-acba-329094b136a5

Netdata got a network viewer (select network-connections from the Top tab inside the dashboard).

The tool reports all IPv4 and IPv6, TCP and UDP sockets a system and all its processes have. Also, it automatically and reliably classifies them as inbound, outbound, local (i.e. within the host itself), or listen (for daemons).

The visualization graph has 4 sides:

  • public (i.e. public IPs),
  • private (i.e. private and reserved IPs),
  • servers (i.e. listening and inbound sockets),
  • clients (i.e. sockets towards other servers).

The position of each application on the chart is determined by the classification of the sockets it has. To the top are clients, to the bottom are servers, to the right are internet facing applications, to the left is internal network applications.

The size of each application in the chart is determined by the number of sockets it has, and each application is a pie chart representing the percentage of each kind of sockets it has.

For servers with dozens of thousands of sockets, the tool provides an aggregated view, grouping similar sockets together and reporting the total. Users can switch to a detailed view from the UI.

User Settings

We've improved immensely the customization capabilities of Netdata with the introduction of User Settings.

Our first release on this front is focused on the customization of charts, either on the Metrics tab or the Single Node view tab. You can now create for any chart:

  • Personal views
  • Room specific views
  • Space dedicated views

With this, you can define what is best for your team to visualise a given chart but still allow each teammate to define their own. Users will be presented with the view they should see, based on setting hierarchy, but they
can interchangeably select which of the select views they want.

chrome_UPtwnDlNyd

More areas of customization will come soon, Filters saved views, Dashboards Table of Content (TOC) ordering, etc.

Dynamic Configuration (beta)

Netdata agents are now deployed with the ability to dynamically accept configuration from the UI, for data collection jobs and alerts. The feature is released in beta.

Alerts Configuration Manager

The Alerts Configuration Manager is transforming the way users configure and manage alerts in their Netdata environment. This powerful tool integrates directly into the Netdata Dashboard, offering a streamlined and intuitive interface for both novice and experienced users.

Check the full demo here

Alerts Silencing Rules

g6oHMtz

🔕Improvements done to make it easier to interact and see Alert Silencing Rules.
With this release, you will be able to:

  • See silencing rules status directly on entities like Alerts, Rooms, and Nodes
  • Immediately create a silencing rule for an Alert, a Room, or a Node

We hope this makes it easier for you to interact with the Alert Silencing Rule Manager.
Stay tuned for more improvements!

MacOS Processes Monitoring

Netdata's apps.plugin has been ported to macOS, allowing users to view processes information on Linux, FreeBSD and macOS!

Just install the latest Netdata on your macOS and enjoy full processes monitoring!

Homelab Plan

For non-professional use, get the whole and the latest of Netdata! For the cost of a beer per month, you can get access to all Business features of Netdata, for your home lab or personal project!

Our Homelab plan is available to technology enthusiasts and students, for non-professional user, offering the entire Netdata suite, for a small flat fee, under a fair usage policy.

  • Unlimited Access: Enjoy the freedom of unlimited usage, with no caps on nodes or custom dashboards.

  • Premium Features: Get your hands on business-level features, including enhanced alert integrations and access to our mobile app, all tailored for your personal projects.

  • Support Netdata: Support the open-source Netdata, to ensure it will be there for you, when you need it!

New Build Infrastructure

Starting with Netdata 1.45, we have completely removed our GNU Autotools based build system and replaced it with
CMake. The new CMake build system has a number of significant benefits for developers, package maintainers, and
...

Read more

v1.44.3

12 Feb 19:09
Compare
Choose a tag to compare

Netdata v1.44.3 is a patch release to address issues discovered since v1.44.2.

This patch release provides the following bug fixes and updates:

  • Improved handling of slow queries and CPU usage of the ACLKSYNC thread. (#16838, @stelfrag)
  • Improved error handling for listen bind failures. Instead of terminating fatally, Netdata now exits gracefully. (#16937, @stelfrag)
  • Fixed invalid alert durations in health log entries. (#16931, @stelfrag)
  • Fixed a race condition during analytics data setup, preventing potential Netdata crashes. (#16929, @stelfrag)
  • The Netdata base image includes Debian backports for comprehensive security and stability. (netdata/helper-images#271, @tkatsoulas)

Support options

As we grow, we stay committed to providing the best support ever seen from an open-source solution. Should you encounter an issue with any of the changes made in this release or any feature in the Netdata Agent, feel free to contact us through one of the following channels:

  • Netdata Learn: Find documentation, guides, and reference material for monitoring and troubleshooting your systems with Netdata.
  • GitHub Issues: Make use of the Netdata repository to report bugs or open a new feature request.
  • GitHub Discussions: Join the conversation around the Netdata development process and be a part of it.
  • Community Forums: Visit the Community Forums and contribute to the collaborative knowledge base.
  • Discord Server: Jump into the Netdata Discord and hang out with like-minded sysadmins, DevOps, SREs, and other troubleshooters. More than 1900 engineers are already using it!