Netdata - v1.33.0


Release v1.33.0

Happy New Year to everyone in the Netdata community. After one of our biggest releases ever, we have re-energized over the holidays, and are ready to continue helping more people troubleshoot their infrastructure. Hopefully, you've already heard about the improvements we made to the kickstart script. With this release, we're adding even more features:
- Netdata is now distributed as pre-built packages on many Linux distributions
- Stream compression (tech preview)
- eBPF CO-RE support

❗We're also keeping our codebase healthy by removing features that are end of life. Read the deprecation notice to check if you are affected.

If you love Netdata and haven't yet considered giving us a Github star, we would appreciate for you to do so!

Netdata open-source Agent growth

The open-source Netdata Agent, the best OSS node monitoring and troubleshooting solution, currently has:

  • 1,300,000 unique Netdata nodes live!
  • An amazing adoption rate, with 3,300 new nodes per day!
  • 280,000 Docker pulls per day with 375 million total, according to DockerHub!

Community news

Netdata is supported both by an active community of global contributors and the Netdata staff.

Get involved:
- Build with us on Netdata.
- Join us on Discord, and say hello.
- Contribute your knowledge with open GitHub issues.
- Launching soon, be on the lookout for our new monthly community awards

Release highlights

Netdata is now distributed as pre-built packages on many Linux distributions

We recently released a completely new version of our one-line installer code. This new kickstart script uses DEB or RPM packages provided by Netdata wherever available. These packages are tightly integrated with the package management system of the distribution, providing the best installation experience in a reliable and fast way.

Already over 70% of our new installations use DEB or RPM packages! The updated kickstart script has several advantages over the old one:

  • It’s more advanced because it automatically selects the best supported installation method for your system. However, you can still explicitly ask for a specific type of installation method.
  • It’s more convenient as it requires no manual installation of packages on a majority of systems.
  • It’s more resource efficient on most systems, meaning less impact on your running workloads (and much faster installs on idle systems).

📄 Find the updated install documentation on our official docs site.

If you were using the old kickstart.sh script through a custom script or orchestration tool, you may need to update the options being passed to get it to behave like it used to (this will usually just involve adding --build-only to the options).

Other installation types do not need to make any changes because of this.

Stream compression (tech preview)

The Agent's streaming mechanism now supports stream compression. Streaming thousands of metrics between Netdata Agents increases your data availability and provides a more robust mechanism to monitor your metrics and troubleshoot problems.

Stream compression allows you to:
- Save up to 70% of bandwidth by reducing the size of transmitted metrics between Netdata Agents.
- Therefore, reduce costs over metered data connections by up to 70%.
- Take advantage of low-speed connections.

Stream compression uses the lossless "LZ4 - Extreme fast compression" library. It achieves compression speeds up to 800Mbps, decompression speeds up to 4500Mbps with an average compression ratio between 2.0 and 3.0. Because this is a technical preview and we are still working to make it amazing, stream compression will be disabled by default.

📄 Learn how to enable streaming between nodes.
📄 If you already stream between nodes, learn how to enable streaming compression

Note: Stream compression only works if all participating Netdata Agents are hosted on an OS which supports the library version lz4 v1.9.0+. If a Netdata Agent does not detect the lz4 v1.9.0+ library version, it will disable stream compression.

eBPF CO-RE support

In v1.32 we added some major improvements to our eBPF support. For this release, we’re taking the next step by gradually introducing BPF CO-RE support!

Today, the distribution of eBPF programs is a challenging. Trying to compile an eBPF program with so many different Linux kernels is extremely complex. We want to make eBPF widely available to everyone without worrying about compatibility. And here is where eBPF CO-RE (Compile Once, Run Everywhere), part of libbpf, comes to the rescue!

CO-RE is a modern approach to writing portable BPF applications that can run on multiple kernel versions and configurations without modifications and runtime source code compilation on the target machine. We now have the opportunity to focus on what matters, add more features, and improve performance of our eBPF offering!

Furthermore, in this release we also introduce two new eBPF charts:
* Threads info: Displays the total number of active eBPF threads and the number of all eBPF threads.
* Load info: Measures the number of eBPF threads running on legacy code or CO-RE.

Screenshot_20220125_213415

Acknowledgments

We would like to thank our dedicated, talented contributors that make up this amazing community. The time and expertise that you volunteer is essential to our success. We thank you and look forward to continue to grow together to build a remarkable product.

  • @NikolayS for various improvements of python.d/postgres collector.
  • @Saruspete for fixing handling of port_rcv_data and port_xmit_data counters in proc/infiniband collector.
  • @ardabbour for fix errors in exporting walkthrough.
  • @avstrakhov for adding LZ4 streaming data compression.
  • @boxjan for fixing permissions of plugins for static builds.
  • @candrews for adding a note that Netdata is available on Gentoo.
  • @cmd-ntrf for fixing claim node examples in kickstart(-64) documentation.
  • @jsoref for fixing spelling.
  • @laned130 for adding a missing expression operator to the health configuration reference.
  • @lokerhp for fixing a typo in the dashboard_info.js.
  • @neotf for adding memory usage chart to python.d/spigotmc collector.
  • @pbouchez for adding bar1 memory usage chart to python.d/nvidia_smi collector.
  • @scatenag for fixing collecting user statistics for LDAP users in python.d/nvidia_smi collector.
  • @sourcecodes2 for adding channels support to PushBullet notification method.
  • @bompus for fixing collecting replica set stats in go.d/mongodb collector.

Collectors

Improvements

  • Prefer python3 if available (python.d) (#12001, @ilyam8)
  • Add bar1 memory usage chart (python.d/nvidia_smi) (#11956, @pbouchez)
  • Add a note that Netfilter's "new" and "ignore" counters are removed in the latest kernel (#11950, @ilyam8)
  • Consider mat. views as tables in table size/count chart (python.d/postgres) (#11816, @NikolayS)
  • Use block_size instead of 8*1024 (python.d/postgres) (#11815, @NikolayS)

Bug fixes

  • Fix handling of port_rcv_data and port_xmit_data counters (proc/infiniband)(#11994, @Saruspete)
  • Fix handling of decoding errors in ExecutableService (python.d) (#11979, @ilyam8)
  • Fix lack of sufficient system capabilities (perf.plugin) (#11958, @vlvkobal)
  • Fix Netfilter accounting charts priority (nfacct.plugin) (#11952, @ilyam8)
  • Fix lack of sufficient system capabilities (nfacct.plugin) (#11951, @ilyam8)
  • Fix collecting user statistics for LDAP users (python.d/nvidia_smi) (#11858, @scatenag)
  • Fix tps decode, and add memory usage chart (python.d/spigotmc) (#11797, @neotf)
  • Fix collecting replica set stats (go.d/mongodb) (#639, @bompus)

eBPF

Improvements

Bug fixes

Health

Streaming

Documentation

Packaging / Installation

Other notable changes

Improvements

Bug fixes

Code organization

Deprecation notice

The following items will be removed in our next release:
- backends subsystem. Has been replaced by the exporting engine.
- node.d/fronius collector. Will be moved to the netdata/community repository.
- node.d/sma_webbox collector. Will be moved to the netdata/community repository.
- node.d/stiebeleltron collector. Will be moved to the netdata/community repository.
- node.d/named collector. Has been replaced by go.d/bind. Will be moved to the netdata/community repository.

Deprecated in this release

Following our previous deprecation notice legacy ACLK support is officially removed in this release. See more information in our last release notes (v1.32).

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 by one of the following channels:

  • Github: You can use our Github repo to report bugs.
  • Community forum: You can visit our community forum for questions and training.
  • Discord: You can jump into our Discord for interactive, synchronous help and discussion. More than 800 engineers are already using it! Join us!

Details

date
Jan. 26, 2022, 4:04 p.m.
name
v1.33.0
type
Minor
👇
Register or login to:
  • 🔍View and search all Netdata releases.
  • 🛠️Create and share lists to track your tools.
  • 🚨Setup notifications for major, security, feature or patch updates.
  • 🚀Much more coming soon!
Continue with GitHub
Continue with Google
or