Pull Request Explorer
| Title | Author | Size | AI | Cycle Time | Review | Merged |
|---|---|---|---|---|---|---|
| Netdata fixes part 23 | stelfrag | XL | AI | 74.0h | 0.2h | Jul 06, 2026 |
SummaryBug FixHarden Netdata Agent subsystems against unsafe inputs This PR hardens low‑level Netdata Agent components—allocation tracing, lock tracing, and database engine Gorilla pages—to prevent out‑of‑bounds reads, data races, and unsafe memory handling, improving stability and security. It also adds reentrancy‑safe dlsym bootstrap and fuzzing coverage for disk‑page patching. Health Assessment
Medium
Medium
Medium
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
C, Cpp
|
||||||
| feat(go.d/cloudwatch): add multi-account support | ilyam8 | XL | AI | 2.1h | 0.1h | Jul 06, 2026 |
SummaryFeatureAdd multi-account support to CloudWatch collector Enables a single Netdata job to monitor metrics from multiple AWS accounts, reducing operational overhead and improving scalability for users. Health Assessment
Large
Medium
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Go
|
||||||
| docs: Add bundled protobuf fetch troubleshooting to source build guide | nedi-app | S | AI | 118.8h | 118.1h | Jul 06, 2026 |
SummaryDocsAdd bundled protobuf fetch troubleshooting to source build guide Adds a troubleshooting note to the source build guide for builds that appear stuck at "Preparing bundled Protobuf", clarifying that GitHub downloads happen only when protobuf bundling is enabled and can take minutes, and how to avoid them by installing system protobuf or using --use-system-protobuf. Health Assessment
Small
Low
High
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack |
||||||
| docs: Define TBD disk labels in proc.plugin metadata.yaml | nedi-app | L | AI | 141.2h | 140.6h | Jul 06, 2026 |
SummaryChoreDefine disk labels in proc.plugin metadata Clarifies disk metric labels in proc.plugin metadata, reducing CI false positives and improving documentation accuracy. Health AssessmentAI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Python, Yaml
|
||||||
| Regenerate integrations docs | netdatabot | XL | AI | 11.8h | 0.1h | Jul 06, 2026 |
SummaryDocsRegenerate integrations docs Updates integration documentation to reflect current metadata, ensuring accurate and up-to-date information for users. Health Assessment
X-Large
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack |
||||||
| docs: Rename enterprise evaluation guide to remove AI-artifact suffix | nedi-app | XS | AI | 72.9h | 72.9h | Jul 06, 2026 |
SummaryDocsRename enterprise evaluation guide to remove AI-artifact suffix Standardizes the URL and updates references to the Enterprise Evaluation Guide, improving navigation and consistency. Health Assessment
Small
Low
High
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack |
||||||
| build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.32.25 to 1.32.27 in /src/go | dependabot | M | No | 2.0h | 1.8h | Jul 06, 2026 |
SummaryChoreBump AWS SDK Go config dependency Updates the AWS SDK Go config to the latest patch, ensuring compatibility and security fixes for the Netdata collectors. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Go
|
||||||
| build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.59.0 to 1.61.1 in /src/go | dependabot | S | AI | 1.7h | 1.7h | Jul 06, 2026 |
SummaryChoreBump AWS CloudWatch SDK to v1.61.1 Updates the AWS CloudWatch SDK to the latest version, ensuring compatibility and incorporating recent bug fixes and API improvements. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Go
|
||||||
| docs: Fix Windows child streaming note, Parent scaling figure, and disk-sizing guidance | nedi-app | M | No | 94.5h | 94.5h | Jul 06, 2026 |
SummaryDocsFix Windows child streaming note and scaling figures Corrects documentation errors that could mislead users about Windows child agent visibility and parent scaling, ensuring accurate guidance for deployment sizing. Health Assessment
Medium
Low
High
AI Details
Confidence:
0.95
Tech Stack |
||||||
| Netdata fixes part 26 | stelfrag | M | AI | 65.4h | 0.1h | Jul 06, 2026 |
SummaryBug FixNetdata fixes part 26 Hardened core paths and streaming by fixing memory growth, integer/buffer edge cases, and unsafe signal/stacktrace code. Health Assessment
Large
Medium
Low
AI Details
Usage:
AI Assisted
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
C, C++
|
||||||
| Update netflow-plugin to systemd-journal-sdk 0.7.6 | ktsaou | S | AI | 0.1h | 0.0h | Jul 05, 2026 |
SummaryChoreUpdate netflow-plugin to systemd-journal-sdk 0.7.6 Aligns the published Rust SDK crates with the Go module, ensuring version consistency across languages without changing functionality. Health Assessment
Small
Low
Low
AI Details
Usage:
Brainstorming
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Rust
|
||||||
| test(go.d/jobmgr): harden effect lifecycle invariants | ilyam8 | L | AI | 1.5h | 0.1h | Jul 05, 2026 |
SummaryBug FixHarden jobmgr effect lifecycle invariants Adds runtime guards to prevent claimless commands from entering blocking phases and enforces safe effect completion, improving reliability of the job manager. Health Assessment
Large
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Go
|
||||||
| Expose raw partial trimming metadata | ktsaou | M | No | 61.4h | 0.1h | Jul 05, 2026 |
SummaryBug FixExpose raw partial trimming metadata Adds missing metadata to JSON v2 raw responses, enabling Cloud aggregation to use trim‑budget information while keeping raw responses aggregatable. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
C
|
||||||
| Netdata fixes part 24 | stelfrag | M | AI | 57.0h | 0.1h | Jul 05, 2026 |
SummaryBug FixFix YAML quoting race and remove unused bitmap Improves stability of log2journal YAML quoting, fixes debug logging, cleans up unused code, and ensures correct interval calculations, reducing potential runtime errors. Health Assessment
Medium
Medium
Medium
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
C
|
||||||
| Netdata fixes part 25 | stelfrag | M | AI | 56.3h | 0.1h | Jul 05, 2026 |
SummaryBug FixFix concurrency and platform issues in Netdata Improves thread safety and prevents high‑CPU spins in ACLK, MQTT, and WebRTC, while correcting Windows sleep behavior to ensure stable runtime performance. Health Assessment
Small
Low
Medium
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
C
|
||||||
| Improve topology search policies | ktsaou | XL | AI | 5.6h | 0.1h | Jul 05, 2026 |
SummaryFeatureImprove topology search policies Enhances topology search by curating search columns and label keys across Agent producers, improving relevance and discoverability while keeping production payloads stable. Health Assessment
X-Large
Medium
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Go, C, Python
|
||||||
| refactor(go.d/jobmgr): move effect lifecycle routing into transition kernel | ilyam8 | XL | AI | 0.8h | 0.1h | Jul 05, 2026 |
SummaryRefactorRefactor job manager to use transition kernel Simplifies executor logic, improves testability, and ensures correct ordering of effect lifecycle events, reducing potential bugs and maintenance overhead. Health Assessment
Large
Medium
Low
AI Details
Usage:
AI Reviewed
Category:
Both AI
Tools:
Cubic AI, Copilot
Confidence:
0.95
Tech Stack
Languages:
Go
|
||||||
| docs: Explain benign repoconfig warning in kickstart troubleshooting | nedi-app | XS | AI | 99.7h | 93.5h | Jul 05, 2026 |
SummaryDocsExplain benign repoconfig warning in kickstart Adds a troubleshooting note to the kickstart installation guide clarifying that the repoconfig warning is informational and non-fatal, ensuring users understand installation proceeds normally. Health Assessment
Small
Low
Medium
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack |
||||||
| docs: Note metric naming applies to remote write in prometheus README | nedi-app | S | AI | 123.0h | 116.7h | Jul 05, 2026 |
SummaryDocsAdd note on metric naming for Prometheus remote write Clarifies that metric naming conventions apply to both scraping and remote write endpoints, enabling users to discover exact metric names via the allmetrics API. This improves documentation clarity and helps users configure remote write correctly. Health Assessment
Small
Low
Medium
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack |
||||||
| docs: Add System Overview section to single-node dashboard docs | nedi-app | XS | AI | 126.3h | 119.6h | Jul 05, 2026 |
SummaryDocsAdd System Overview section to single-node dashboard docs Adds a concise overview section to single-node dashboard documentation, clarifying per-node metrics and updating the getting-started guide. Health Assessment
Small
Low
High
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack |
||||||
| docs: Document Windows uninstall data retention and full cleanup | nedi-app | S | AI | 148.8h | 142.3h | Jul 05, 2026 |
SummaryDocsDocument Windows uninstall data retention and full cleanup Adds documentation clarifying that Netdata's Windows MSI uninstall leaves behind metric databases, cache, and edited configuration, and provides PowerShell commands for full cleanup. Health Assessment
Small
Low
High
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack |
||||||
| docs: Document enabled alarms whitelist for specific alert filtering | nedi-app | L | AI | 149.0h | 142.5h | Jul 05, 2026 |
SummaryDocsDocument enabled alarms whitelist for alert filtering Adds documentation to help users enable specific alerts, improving monitoring precision and reducing noise. Health Assessment
Large
Medium
High
AI Details
Usage:
AI Assisted
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack |
||||||
| refactor(go.d/jobmgr): pull vnode snapshots at runtime boundaries | ilyam8 | XL | AI | 0.8h | 0.1h | Jul 05, 2026 |
SummaryRefactorRefactor jobmgr to pull vnode snapshots Replaces push updates with pull-based vnode snapshots, reducing redundant host info traffic and improving registration/cleanup accuracy for Netdata collectors. Health Assessment
X-Large
Medium
Low
AI Details
Usage:
AI Reviewed
Category:
Both AI
Tools:
Cubic AI, Copilot
Confidence:
0.95
Tech Stack
Languages:
Go
|
||||||
| refactor(go.d): route jobmgr scheduling through command plans | ilyam8 | XL | AI | 1.4h | 0.3h | Jul 05, 2026 |
SummaryRefactorRefactor job manager scheduling via command plans Internal refactor improves scheduling logic, prevents starvation under foreign write holds, with no user‑facing changes. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Both AI
Tools:
Cubic AI, Copilot
Confidence:
0.95
Tech Stack
Languages:
Go
|
||||||
| feat(go.d): move jobmgr dyncfg domains onto claimed executor | ilyam8 | XL | AI | 11.3h | 0.2h | Jul 05, 2026 |
SummaryBug FixMove jobmgr dynamic config to claimed executor By moving secretstore and vnode dynamic configuration onto the job manager executor, the system now guarantees ordered restarts and safer shutdowns. This improves reliability and reduces potential downtime for Netdata collectors. Health Assessment
X-Large
Medium
Low
AI Details
Usage:
AI Reviewed
Category:
Both AI
Tools:
Cubic AI, Copilot
Confidence:
0.95
Tech Stack
Languages:
Go
|
||||||
| feat(go.d): run collector dyncfg commands concurrently on per-key lanes | ilyam8 | XL | AI | 3.0h | 0.2h | Jul 03, 2026 |
SummaryFeatureRun collector dyncfg commands concurrently per key Enhances Netdata Go plugin concurrency, preventing slow configs from blocking others, improving system responsiveness and reliability. Health Assessment
X-Large
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Both AI
Tools:
Cubic AI, Copilot
Confidence:
0.95
Tech Stack
Languages:
Go
|
||||||
| docs: Add default database storage path to disk requirements doc | nedi-app | XS | AI | 199.4h | 199.3h | Jul 03, 2026 |
SummaryDocsAdd default database storage path to disk requirements doc Adds a scoped note under the dbengine section clarifying default storage paths for metrics, improving clarity for users. Health Assessment
Small
Low
High
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack |
||||||
| docs: Correct database config key from mode to db in docs | nedi-app | M | AI | 194.5h | 194.5h | Jul 03, 2026 |
SummaryDocsCorrect database config key from mode to db This update aligns documentation with the actual configuration key, ensuring users correctly set storage mode and preventing misconfiguration errors. It reduces support tickets and improves deployment reliability. Health Assessment
Small
Low
High
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack |
||||||
| docs: Add multi-database export example to enabling connector guide | nedi-app | S | AI | 234.5h | 234.5h | Jul 03, 2026 |
SummaryDocsAdd multi-database export example to enabling connector guide Adds a multi-database export example to the enabling connector guide, enabling users to configure Netdata to export metrics to multiple databases simultaneously. Health Assessment
Small
Low
High
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack |
||||||
| refactor(go.d): run blocking jobmgr collector work as supervised effects | ilyam8 | XL | AI | 1.2h | 0.2h | Jul 03, 2026 |
SummaryRefactorRefactor jobmgr to supervised effects Replaces blocking collector work with supervised goroutines, improving stability and reducing race conditions in Netdata’s go.d collectors, leading to more reliable data collection and smoother shutdowns. Health Assessment
Large
Medium
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Go
|
||||||
| docs: Add admin role assignment steps to team invite doc | nedi-app | S | AI | 212.3h | 212.3h | Jul 03, 2026 |
SummaryDocsAdd admin role steps to team invite doc This update adds clear instructions for assigning admin roles during team invitations, improving onboarding efficiency and reducing support overhead. Health Assessment
Small
Low
High
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack |
||||||
| docs: Add cache memory monitoring to database configuration docs | nedi-app | S | AI | 212.5h | 212.4h | Jul 03, 2026 |
SummaryDocsAdd cache memory monitoring to database docs Provides users with guidance to monitor and tune database cache memory, improving performance and stability. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack |
||||||
| Netdata fixes part 22 | stelfrag | S | AI | 40.8h | 0.1h | Jul 03, 2026 |
SummaryBug FixFix data races in Netdata daemon and RRD Addresses critical data races in Netdata’s daemon, pulse, and RRD label handling, improving stability and correctness without affecting performance. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Both AI
Tools:
Cubic AI, Copilot
Confidence:
0.95
Tech Stack
Languages:
C
|
||||||
| refactor(go.d): route jobmgr commands through an executor seam | ilyam8 | XL | AI | 0.6h | 0.1h | Jul 02, 2026 |
SummaryRefactorRefactor jobmgr to use executor dispatch This refactor centralizes command handling in the job manager, simplifying the codebase and reducing maintenance overhead. It does not change runtime behavior, ensuring stability for existing users. Health Assessment
X-Large
Medium
Low
AI Details
Usage:
AI Reviewed
Category:
Both AI
Tools:
Cubic AI, Copilot
Confidence:
0.95
Tech Stack
Languages:
Go
|
||||||
| test(go.d): add jobmgr/dyncfg characterization tests | ilyam8 | XL | AI | 0.0h | 0.0h | Jul 02, 2026 |
SummaryTestAdd characterization tests for jobmgr and dyncfg Adds comprehensive characterization tests for job manager, dynamic config, and related components. These tests validate critical contracts and prevent regressions before the concurrency redesign. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Go
|
||||||
| Regenerate integrations docs | netdatabot | S | No | 27.4h | 0.0h | Jul 02, 2026 |
SummaryDocsRegenerate integrations docs Updates integration documentation to reflect the latest metadata, ensuring developers have accurate, up-to-date reference material. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack |
||||||
| feat(go.d/cloudwatch): add EKS control-plane profile | ilyam8 | L | AI | 0.2h | 0.0h | Jul 02, 2026 |
SummaryFeatureAdd EKS control‑plane CloudWatch profile Adds a stock CloudWatch profile for Amazon EKS control‑plane metrics, enabling monitoring of API server, scheduler, and etcd per cluster. Health Assessment
Large
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Go
|
||||||
| feat(go.d/cloudwatch): add profiles for Auto Scaling, Bedrock, EventBridge, and Site-to-Site VPN | ilyam8 | XL | AI | 0.2h | 0.1h | Jul 02, 2026 |
SummaryFeatureAdd CloudWatch profiles for common services Adds ready‑made CloudWatch profiles for Auto Scaling, Bedrock, EventBridge, and Site‑to‑Site VPN, enabling instant monitoring of key AWS services. Health Assessment
X-Large
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Go, Yaml
|
||||||
| docs: consolidate cloud VM sizing into impact-on-resources.md | nedi-app | L | No | 211.4h | 211.3h | Jul 02, 2026 |
SummaryDocsConsolidate VM sizing into impact-on-resources Centralizes VM sizing guidance for cloud deployments, reducing duplication and ensuring consistent recommendations across AWS, Azure, and GCP installation docs. Health Assessment
Large
Medium
High
AI DetailsTech Stack
Languages:
Yaml
|
||||||
| feat(go.d/cloudwatch): add Amazon CloudFront support | ilyam8 | L | AI | 0.5h | 0.1h | Jul 02, 2026 |
SummaryFeatureAdd Amazon CloudFront support to CloudWatch collector Enables Netdata to monitor CloudFront distributions, delivering performance and error metrics for better visibility and proactive issue detection. Health Assessment
Large
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Both AI
Tools:
Cubic AI, Copilot
Confidence:
0.95
Tech Stack
Languages:
Go, Yaml, Json
|
||||||
| docs: Add SQL Server Express edition support note to mssql metadata | nedi-app | S | AI | 205.8h | 205.7h | Jul 02, 2026 |
SummaryDocsAdd SQL Server Express support note to mssql metadata Adds a note confirming Netdata supports SQL Server Express edition, clarifying which metrics are available and which are omitted due to feature limitations. Health Assessment
Small
Low
High
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Yaml
|
||||||
| feat(go.d): add AWS cloudwatch collector | ilyam8 | XL | AI | 135.7h | 0.1h | Jul 02, 2026 |
SummaryFeatureAdd AWS CloudWatch collector to Netdata Enables Netdata to monitor AWS resources via CloudWatch, delivering dynamic metrics for customers and improving observability of cloud workloads. Health Assessment
X-Large
High
High
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Go
|
||||||
| Update vendored NetIPC to 98ec474 | ktsaou | XL | No | 2.0h | 0.3h | Jul 01, 2026 |
SummaryBug FixUpdate vendored NetIPC to new commit Brings NetIPC vendored trees forward, updates eBPF cgroup integration, and fixes CI issues, ensuring compatibility and build stability. Health Assessment
X-Large
Medium
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
C, Rust, Go
|
||||||
| docs: Add Windows free-tier dashboard lock note to access control doc | nedi-app | S | AI | 213.6h | 213.6h | Jul 01, 2026 |
SummaryDocsAdd Windows free‑tier dashboard lock note Clarifies Windows free‑tier limitations, ensuring users understand dashboard access restrictions and aligning documentation with product tiers. Health Assessment
Small
Low
High
AI Details
Usage:
Brainstorming
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack |
||||||
| docs: Clarify netdata.conf is comment-only with built-in defaults | nedi-app | XS | AI | 214.2h | 214.1h | Jul 01, 2026 |
SummaryDocsClarify netdata.conf comment-only defaults This PR clarifies that a comment‑only netdata.conf after installation is normal and that the agent uses built‑in defaults. It also links to configuration guidance, improving operator experience. Health Assessment
Small
Low
High
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack |
||||||
| docs: Add co-admin role guidance to invite-team docs | nedi-app | S | AI | 214.6h | 214.4h | Jul 01, 2026 |
SummaryDocsAdd co-admin role guidance to invite-team docs Users can now see how to invite a Space co‑admin, clarifying role responsibilities and ensuring proper access control. Health Assessment
Small
Low
High
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack |
||||||
| Netdata fixes part 20 | stelfrag | S | AI | 28.2h | 0.1h | Jul 01, 2026 |
SummaryBug FixFix section lock leak, JSON name termination, hashtable guard These fixes prevent lock leaks, ensure JSON object names are correctly terminated, and add safety checks to hashtable resizing. The changes improve stability and prevent data corruption. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
C
|
||||||
| docs: Add Windows to smartctl collector supported platforms | nedi-app | XS | AI | 214.5h | 0.1h | Jul 01, 2026 |
SummaryFeatureAdd Windows to smartctl collector supported platforms Enhance temperature monitoring on Windows Server by adding support for smartctl collector, enabling disk temperature and RAID monitoring. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Go, Yaml
|
||||||
| docs: Add heatmap to statsd chart type directive docs | nedi-app | XS | AI | 213.5h | 213.5h | Jul 01, 2026 |
SummaryDocsAdd heatmap to StatsD chart type docs Adds documentation for the heatmap chart type in StatsD, clarifying supported visualization options for users. This ensures users are aware of the agent‑supported heatmap option. Health Assessment
Small
Low
High
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack |
||||||
| Netdata fixes part 19 | stelfrag | M | AI | 26.7h | 0.1h | Jul 01, 2026 |
SummaryBug FixFix memory safety and race conditions in Netdata Improves safety in multi-threaded paths and malformed input handling, reducing crashes and data corruption. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
C
|
||||||