Skip to content

Release/v0.0.4#2

Merged
stefankumarasinghe merged 19 commits into
mainfrom
release/v0.0.4
Apr 25, 2026
Merged

Release/v0.0.4#2
stefankumarasinghe merged 19 commits into
mainfrom
release/v0.0.4

Conversation

@stefankumarasinghe

@stefankumarasinghe stefankumarasinghe commented Apr 19, 2026

Copy link
Copy Markdown
Contributor

[0.0.4] - 2026-04-25

Changed

  • Added a Windows-specific default config for ojo-syslog (services/syslog/syslog.windows.yaml) so Windows uses ETW-oriented defaults while Linux continues to use services/syslog/syslog.yaml.
  • Updated ojo-systrace to namespace Windows-derived trace components as windows.* instead of reusing Linux kernel.* names, keeping the Windows trace shape compatible without sharing Linux naming.

Efficient Archiving

  • Archives are now significantly more compressed and lightweight. Each service can be independently tuned via the YAML config, with full control over format, compression, retention, and archival strategy.
storage:
  archive_enabled: true
  archive_dir: data/ojo
  archive_format: parquet         # columnar storage for efficient reads
  archive_compression: zstd       # high-ratio compression
  archive_mode: trend             # archive strategy  (`trend`, `lossless`, `forensic`)
  archive_window_secs: 60         # rolling window per archive cycle
  archive_max_file_bytes: 67108864  # 64 MiB per file
  archive_retain_files: 8         # number of archive files to retain
  archive_file_stem: ojo-snapshots

Fixed

  • Fixed trend aggregation first-sample accounting in host-collectors so the first point in a window is no longer double-counted.
  • Fixed parquet archive persistence in host-collectors so repeated writes preserve previously written active-file batches instead of truncating earlier archive data.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: b9653908fa

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread crates/host-collectors/src/lib.rs
Comment thread crates/host-collectors/src/lib.rs Outdated
@stefankumarasinghe stefankumarasinghe merged commit 04268a9 into main Apr 25, 2026
6 checks passed
@stefankumarasinghe stefankumarasinghe deleted the release/v0.0.4 branch April 25, 2026 13:09
@stefankumarasinghe stefankumarasinghe removed the request for review from Copilot April 25, 2026 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant