KingDownloads

netdata version history

10 releases tracked, newest first.

v2.10.3

Apr 27, 2026
- Fixed a memory leak in `ebpf.plugin` that caused CPU spikes - Updated SNMP collector to avoid uptime counter wrapping issues - Improved dynamic configuration validation for job names - Fixed response decoding in `go.d/powerstore` hardware monitoring

1 download

v2.10.2

Apr 14, 2026
# Release notes Netdata v2.10.2 is a patch release to address issues discovered since [v2.10.1](https://github.com/netdata/netdata/releases/tag/v2.10.1). This patch release provides the following bug fixes and updates: - Fixed ZFS-related crashes in diskspace.plugin by guarding a NULL filesystem field and replacing the blocking pool-capacity collector with a lightweight cache fed by existing statvfs calls, preventing coredumps on degraded or exporting ZFS pools ([#22188](https://github.com/netdata/netdata/pull/22188), [@thiagoftsm](https://github.com/thiagoftsm)) - Reduced default SNMP MaxOIDs from 60 to 20 for more reliable polling, and removed 32-bit counter fallbacks from the IF-MIB profile to prevent counter type switching and overflow between collection cycles ([#22203](https://github.com/netdata/netdata/pull/22203), [@ilyam8](https://github.com/ilyam8)) - Eliminated false-positive "timed out waiting for enable/disable decision" warnings by removing the wait-decision timeout and making the dyncfg command path non-droppable, so back-pressure flows upstream instead of producing 503 errors ([#22201](https://github.com/netdata/netdata/pull/22201), [@ilyam8](https://gith

1 download

v2.10.1

Apr 10, 2026
# Release notes Netdata v2.10.1 is a patch release to address issues discovered since [v2.10.0](https://github.com/netdata/netdata/releases/tag/v2.10.0). This patch release provides the following bug fixes and updates: - Added `ping_only` option to the SNMP collector, allowing collection of only ICMP round-trip time metrics while still using SNMP at startup for device identification and labeling ([#22180](https://github.com/netdata/netdata/pull/22180), [@ilyam8](https://github.com/ilyam8)) - Fixed SNMP collector retries serialization so a zero value is correctly preserved, and disabled bulk walk detection when MaxRepetitions is set to 0 ([#22179](https://github.com/netdata/netdata/pull/22179), [@ilyam8](https://github.com/ilyam8)) - Reduced transient 503 errors on dynamic configuration enable/disable by buffering the command channel and extending the handoff timeout in the go.d plugin ([#22183](https://github.com/netdata/netdata/pull/22183), [@ilyam8](https://github.com/ilyam8)) ## Support options <a id="v2101-support-options"></a> As we grow, we stay committed to providing the best support ever seen from an open-source solution. Should you encounter an issue with

1 download

v2.10.0

Apr 9, 2026
## Table of Contents - [Summary](#v2100-release-summary) - [Highlights](#v2100-release-highlights) - [Acknowledgments](#v2100-acknowledgments) - [Contributions](#v2100-contributions) - [Collectors](#v2100-contributions-collectors) - [Packaging/Installation](#v2100-contributions-packaging) - [Documentation](#v2100-contributions-documentation) - [Other Notable Changes](#v2100-contributions-other) - [Deprecation notice](#v2100-deprecation-notice) - [Support options](#v2100-support-options) ## Release Summary <a id="v2100-release-summary"></a> Netdata v2.10.0 introduces secrets management, a Nagios plugins collector, Azure Monitor support, and broad stability improvements. | Feature | Highlights | Details

1 download

v2.9.0

Feb 16, 2026
## Table of Contents - [Summary](#v290-release-summary) - [Highlights](#v290-release-highlights) - [Contributions](#v290-contributions) - [Collectors](#v290-contributions-collectors) - [Packaging/Installation](#v290-contributions-packaging) - [Documentation](#v290-contributions-documentation) - [Other Notable Changes](#v290-contributions-other) - [Deprecation notice](#v290-deprecation-notice) - [Support options](#v290-support-options) ## Release Summary <a id="v290-release-summary"></a> Netdata v2.9.0 brings powerful database observability and expanded OpenTelemetry support. | Feature | Highlights | Details | |------------------------------|-------------------------|------------------------------------------------------------------------------------------------------------------------| | Interactive Query Analysis | 14+ databases supported | • Identify slow queries<br/>• Debug bottlenecks<br/>• Monitor operations<br/>• No manual database connections required | | Rebuilt SQL Server Collector | Rewrit

1 download

v2.8.5

Jan 12, 2026
Netdata v2.8.5 is a patch release to address issues discovered since [v2.8.4](https://github.com/netdata/netdata/releases/tag/v2.8.4). This patch release provides the following bug fixes and updates: - Updated the Netdata Docker image to Debian 13.3 with the latest upstream updates and security fixes - Standardized alert configuration to use a consistent type for time group values ([#21528](https://github.com/netdata/netdata/pull/21528), [@ilyam8](https://github.com/ilyam8)) - Fixed CSV parser configuration serialization so empty settings are correctly omitted from logs configuration output ([#21526](https://github.com/netdata/netdata/pull/21526), [@ilyam8](https://github.com/ilyam8)) - Fixed ProxySQL backend status metrics in the go.d collector to correctly reflect reported backend states ([#21524](https://github.com/netdata/netdata/pull/21524), [@ilyam8](https://github.com/ilyam8)) - Fixed proc file parsing to support non-seekable files, restoring network stats collection on affected kernels ([#21507](https://github.com/netdata/netdata/pull/21507), [@ilyam8](https://github.com/ilyam8)) - Fixed edit-config to ignore inherited container environment values, preventing in

1 download

v2.8.4

Dec 17, 2025
Netdata v2.8.4 is a patch release to address issues discovered since [v2.8.3](https://github.com/netdata/netdata/releases/tag/v2.8.3). This patch release provides the following bug fixes and updates: - Include Go version in build info ([#21473](https://github.com/netdata/netdata/pull/21473), [@ilyam8](https://github.com/ilyam8)) - Update go toolchain to v1.25.5 ([#21459](https://github.com/netdata/netdata/pull/21459), [@ilyam8](https://github.com/ilyam8)) ## Support options <a id="v284-support-options"></a> 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](https://learn.netdata.cloud): Find documentation, guides, and reference material for monitoring and troubleshooting your systems with Netdata. - [GitHub Issues](https://github.com/netdata/netdata/issues): Make use of the Netdata repository to report bugs or open a new feature request. - [GitHub Discussions](https://github.com/netdata/netdata/discussions): Join the conversat

1 download

v2.8.3

Dec 15, 2025
Netdata v2.8.3 is a patch release to address issues discovered since [v2.8.2](https://github.com/netdata/netdata/releases/tag/v2.8.2). This patch release provides the following bug fixes and updates: - Fixed the go.d AP collector to handle unknown station statistics gracefully ([#21461](https://github.com/netdata/netdata/pull/21461), [@ilyam8](https://github.com/ilyam8)) - Fixed incorrect plugin and binary paths on Windows for the go.d plugin by correctly detecting the installation prefix at startup ([#21451](https://github.com/netdata/netdata/pull/21451), [@ilyam8](https://github.com/ilyam8)) - Improved go.d job management by avoiding blocking during job shutdown, keeping other jobs responsive ([#21448](https://github.com/netdata/netdata/pull/21448), [@ilyam8](https://github.com/ilyam8)) - Fixed and standardized Windows AD, ADCS, and ADFS charts, and improved stability and accuracy of Windows hardware metrics collection ([#21433](https://github.com/netdata/netdata/pull/21433), [#21454](https://github.com/netdata/netdata/pull/21454), [@thiagoftsm](https://github.com/thiagoftsm)) - Fixed SNMP service discovery by accepting version “2” and using the default polling interval

1 download

v2.8.2

Dec 3, 2025
Netdata v2.8.2 is a patch release to address issues discovered since [v2.8.1](https://github.com/netdata/netdata/releases/tag/v2.8.1). This patch release provides the following bug fixes and updates: - Adjusted Windows sensors initialization by moving COM and Sensor API setup into the sensors thread for better stability ([#21374](https://github.com/netdata/netdata/pull/21374), [@stelfrag](https://github.com/stelfrag)) - Replaced dots with slashes in OTEL metric families to enable hierarchical grouping in dashboards ([#21371](https://github.com/netdata/netdata/pull/21371), [@ilyam8](https://github.com/ilyam8)) - Fixed user group updates to ensure proper Proxmox group assignment in Docker entrypoint ([#21364](https://github.com/netdata/netdata/pull/21364), [@ilyam8](https://github.com/ilyam8)) - Ensured Netdata has access to NVIDIA device files by adding the netdata user to the appropriate group, fixing GPU monitoring on non-Debian systems ([#21358](https://github.com/netdata/netdata/pull/21358), [#21359](https://github.com/netdata/netdata/pull/21359), [@ilyam8](https://github.com/ilyam8)) - Prevented replication from stalling by detecting empty-response loops and safely co

1 download

v2.8.1

Nov 21, 2025
Netdata v2.8.1 is a patch release to address issues discovered since [v2.8.0](https://github.com/netdata/netdata/releases/tag/v2.8.0). This patch release provides the following bug fixes and updates: - Fixed issue where vnodes created through dynamic configuration would disappear after agent restart ([#21332](https://github.com/netdata/netdata/pull/21332), [@ilyam8](https://github.com/ilyam8)) - Disabled PSS memory sampling in apps.plugin by default to reduce CPU overhead ([#21330](https://github.com/netdata/netdata/pull/21330), [@ilyam8](https://github.com/ilyam8)) - Added source unit field to alert values to display the original metric unit used in expressions ([#21326](https://github.com/netdata/netdata/pull/21326), [@ilyam8](https://github.com/ilyam8)) - Removed noisy INFO log from Windows datafile sync to reduce log spam during periodic syncs ([#21325](https://github.com/netdata/netdata/pull/21325), [@stelfrag](https://github.com/stelfrag)) - Fixed compilation when dbengine is disabled ([#21323](https://github.com/netdata/netdata/pull/21323), [@stelfrag](https://github.com/stelfrag)) - Improved Podman container name resolution in cgroups plugin by correctly extracti

1 download