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

Skip to content

Conversation

@stelfrag
Copy link
Collaborator

@stelfrag stelfrag commented Jan 9, 2026

Summary
  1. use the same type for all time_group_value values (use the same type for all time_group_value values #21528)
  2. fix(go.d/pkg/logs): fix ParserConfig.CSV omitempty behavior (fix(go.d/pkg/logs): fix ParserConfig.CSV omitempty behavior #21526)
  3. fix(go.d/proxysql): correct backend status metric mapping (fix(go.d/proxysql): correct backend status metric mapping #21524)
  4. fix: add procfile parsing for non-seekable files (fix: support parsing non-seekable proc files #21507)
  5. fix(edit-config): ignore container variable inherited from /etc/profile (fix(edit-config): ignore container variable inherited from /etc/profile #21505)
  6. fix(go.d/vnodes): add additionalProperties to config_schema.json (fix(go.d/vnodes): add additionalProperties to config_schema.json #21503)

Summary by cubic

Patch release 2.8.5 fixes schema consistency, corrects ProxySQL status metrics, and makes procfile parsing robust for non-seekable files. It also excludes ZFS datasets from disk space charts, cleans up CSV parser config serialization, and prevents container env leakage in edit-config.

  • Bug Fixes
    • Health alert schema: use "number" for all time_group_value variants for consistency.
    • ProxySQL collector: map backend status to ONLINE, SHUNNED, OFFLINE_SOFT, OFFLINE_HARD; fixes status metrics.
    • Procfile: reopen non-seekable files on ESPIPE/EINVAL; added PROCFILE_FLAG_NONSEEKABLE.
    • Disk space: skip ZFS datasets; only monitor pools to reduce alert noise.
    • Logs CSV parser: fixed omitempty so empty CSV config fields aren’t serialized.
    • edit-config: ignore container variable from /etc/profile; restore prior value or unset.
    • vnodes schema: allow additional string properties in config_schema.json.

Written for commit 23de0df. Summary will update on new commits.

@github-actions github-actions bot added area/packaging Packaging and operating systems support area/health area/collectors Everything related to data collection collectors/go.d area/go labels Jan 9, 2026
@Ferroin Ferroin marked this pull request as ready for review January 12, 2026 13:37
@Ferroin Ferroin requested review from a team, ilyam8, thiagoftsm and vkalintiris as code owners January 12, 2026 13:37
@Ferroin Ferroin merged commit a246a26 into netdata:v2.8 Jan 12, 2026
111 of 113 checks passed
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 10 files

@stelfrag stelfrag deleted the patch_release branch January 12, 2026 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/collectors Everything related to data collection area/go area/health area/packaging Packaging and operating systems support collectors/diskspace collectors/go.d

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants