Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@stelfrag
Copy link
Collaborator

@stelfrag stelfrag commented Oct 27, 2025

Summary
  1. MSSQL Small fixes (windows.plugin) (MSSQL Small fixes (windows.plugin) #21197)
  2. Correctly split MCP registry update to it’s own workflow. (Correctly split MCP registry update to it’s own workflow. #21089)
  3. fix(health/dyncfg): add mising "repeat" in userconfig response (fix(health/dyncfg): add mising "repeat" in userconfig response #21181)
  4. fix(packagin/otel-plugin): remove cap_net_bind_service (fix(packagin/otel-plugin): remove cap_net_bind_service #21198)
  5. Fix /api/v3 data update_every after filtering (Fix /api/v3 data update_every after filtering #21170)
  6. Rework maintenance thread (Rework maintenance thread #20694)
  7. Acquire and release metric as needed during journal v2 migration (Acquire and release metric as needed during journal v2 migration #21200)
  8. Alerts api summary option (Alerts api summary option #21192)
  9. Fix ML concurrent dimension training (Fix ML concurrent dimension training  #21183)
  10. Initialize cli earlier during agent startup (Initialize cli earlier during agent startup #21188)
  11. Periodic sync data on windows (Periodic sync data on windows #21175)
  12. Fix feature size calculation and add error handling for KMeans training (Fix feature size calculation and add error handling for KMeans training #21155)
  13. Skip adding Sentry breadcrumb during shutdown timeout (Skip adding Sentry breadcrumb during shutdown timeout #21150)
  14. Fix NaN check in anomaly score calculation (Fix NaN check in anomaly score calculation #21149)
  15. Additional checks during cgroup discovery (Additional checks during cgroup discovery #21148)

stelfrag and others added 11 commits October 17, 2025 13:44
Limit cgroup discovery to a maximum number of entries and log a warning if exceeded

(cherry picked from commit 211b482)
Skip adding Sentry breadcrumb during shutdown timeout to prevent crashes

(cherry picked from commit cca892a)
Initialize the cli command in two phases.
Support the ping command while the agent is initializing
Enable the full cli once the agent has finished initialization

(cherry picked from commit 8ca14bc)
Remove unused fields
Add training in progress per dimension

(cherry picked from commit 4c33144)
Summary is not the default

(cherry picked from commit 9b9ee3f)
* Call maintenance functions from metadata event loop
Remove service (MAINTENANCE) thread

* run_maintenace every 10 seconds

(cherry picked from commit ef816f8)
Restrict db.update_every to metrics selected for querying

(cherry picked from commit c7f7929)
@github-actions github-actions bot added area/web area/collectors Everything related to data collection area/daemon area/database area/ml Machine Learning Related Issues collectors/cgroups labels Oct 27, 2025
@github-actions github-actions bot added area/packaging Packaging and operating systems support area/health labels Oct 27, 2025
)

* Correctly split MCP registry update to it’s own workflow.

This needs to trigger when your releases are actually published, not
when we start the release process, so it needs to have it’s own workflow
with a release trigger instead of being part of the release workflow (as
we always manually publish the release on GitHub).

This actually simplifies a couple of parts of the job as well, since the
`release` event defaults to using the commit of the release that
triggered the workflow when checking out the repository.

* Address review comments.

(cherry picked from commit 81acfc8)
@Ferroin Ferroin marked this pull request as ready for review October 28, 2025 13:07
@Ferroin Ferroin merged commit c588738 into netdata:v2.7 Oct 28, 2025
101 of 102 checks passed
@stelfrag stelfrag deleted the patch_release branch October 29, 2025 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/ci area/collectors Everything related to data collection area/daemon area/database area/health area/ml Machine Learning Related Issues area/packaging Packaging and operating systems support area/web collectors/cgroups collectors/windows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants