chore(deps): update netdata/netdata docker tag to v2.8.1 #38
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.7.3->v2.8.1Release Notes
netdata/netdata (netdata/netdata)
v2.8.1Compare Source
Netdata v2.8.1 is a patch release to address issues discovered since v2.8.0.
This patch release provides the following bug fixes and updates:
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:
v2.8.0Compare Source
Table of Contents
Release Summary
Netdata v2.8.0 introduces powerful monitoring capabilities and enhanced system visibility alongside continued improvements to stability and reliability.
On the security front, we are proud to announce that Netdata has achieved SOC 2 Type 2 Compliance.
Release Highlights
News: SOC 2 Type 2 Compliance
Security and trust are paramount at Netdata. We are excited to announce that we have successfully achieved SOC 2 Type 2 compliance.
This certification validates that our internal controls, policies, and procedures regarding security, availability, and confidentiality meet the rigorous standards set by the AICPA. It reflects our ongoing commitment to keeping your data secure.
Expanded Chart Analysis
We have reimagined how you interact with charts to troubleshoot faster with the new Expanded Chart Analysis feature. Below each chart, you will now see an "Expand - Chart Analysis" option.
Clicking this opens a dedicated analysis view offering four powerful tools to dissect your data:
Netdata AI Improvements
This release brings various fixes and improvements to Netdata AI, including the ability to visualize logs directly within Insights reports and Investigations.
You can now correlate metrics and logs seamlessly. When viewing a spike in a metric, Netdata AI can analyze and display relevant log lines from that exact timeframe, helping you pinpoint the root cause faster by connecting symptoms (metrics) with evidence (logs).
Netdata AI Scheduled Reports
We have expanded the scope of what you can share with your team. Scheduled Reports are no longer limited to standard Dashboards.
You can now schedule and export full Insights and Investigations views. This allows you to deliver comprehensive, context-rich root cause analyses directly to stakeholders' inboxes, ensuring everyone has the full picture without needing to log in and navigate the UI.
ServiceNow Integration
For enterprise environments, we have added a native ServiceNow integration. You can now route Netdata alerts directly to ServiceNow ITSM, automating incident creation and streamlining your response workflows without custom webhooks or middleware.
Generic SQL Database Monitoring
We're introducing a flexible, configuration-driven SQL collector that lets you monitor any SQL database with custom queries and metrics. This release supports MySQL, PostgreSQL, Oracle, and Microsoft SQL Server.
What You Get
Perfect For
PSS-Based Memory Estimation in apps.plugin
The
apps.pluginnow provides more accurate memory usage tracking for processes that heavily use shared memory (databases, cache servers, container runtimes) through intelligent PSS (Proportional Set Size) sampling.Requirements: Linux kernel 4.14 or later. Enabled by default with 5-minute sampling interval—no configuration needed for typical deployments.
Traditional RSS (Resident Set Size) measurements overstate memory usage for processes sharing memory pages. For example, if 10 processes share a 100MB library, RSS would report 1GB total usage when actual consumption is far less.
What's New
app.estimated_mem_usagechart--pss 5m(default) or disable entirely with--pss offfor systems without shared memory workloadsHow It Works
/proc/<pid>/smaps_rollupto calculate PSS/RSS ratios for each processAcknowledgments
Contributions
Collectors
Improvements
servicesblock that combines the legacy classify and compose mechanisms (go.d) (#21269, #21273, @ilyam8)Other
Packaging/Installation
All changes
$ORIGINinstead of hardcoded absolute paths for better portability and reproducibility (#21131, @Ferroin)/usr/libfor consistency across 64-bit architectures (#21051, @hack3ric)STATIC_BUILDoption for managing static build flags (#20821, @Ferroin)Documentation
All changes
--initflag when not running Docker containers withpid: hostconfiguration (#21075, @ilyam8)Other Notable Changes
Improvements
Other
Deprecation notice
Changed in this release
SNMP Legacy Collection Removed
Custom OID configuration has been removed. Netdata now only supports profile-based SNMP collection.
Important Changes in Next Major Release
Deprecated Components
What This Means
Only the v3 API and v3 Dashboard will be supported starting with the next major release. These newer versions offer improved performance, enhanced features, and better security.
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:
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.