Skip to content
Legacy docs for Tenzir v5.x. For the latest Tenzir v6 series, visit docs.tenzir.com. Migrating from v5? Read the Tenzir v6 migration guide.

Prevent unbounded memory usage in export --live

Section titled “Prevent unbounded memory usage in export --live”

Jul 16, 2024 · @dominiklohmann · #4396

metrics export now includes an additional field that shows the number of queued events in the pipeline.

Prevent unbounded memory usage in export --live

Section titled “Prevent unbounded memory usage in export --live”

Jul 16, 2024 · @dominiklohmann · #4396

We fixed a bug that caused a potentially unbounded memory usage in export --live, metrics --live, and diagnostics --live.

Jul 16, 2024 · @jachris · #4394

Fixed an issue where null records were sometimes transformed into non-null records with null fields.

We fixed an issue that sometimes caused subscribe to fail when multiple publish operators pushed to the same topic at the exact same time.