🐞 Bug Fixes
Section titled “🐞 Bug Fixes”Fix a logic error for retried requests in /serve
Section titled “Fix a logic error for retried requests in /serve”Sep 9, 2024 · @dominiklohmann · #4585
The /serve endpoint now gracefully handles retried requests with the same
continuation token, returning the same result for each request.
Remove the delay between importing and exporting events
Section titled “Remove the delay between importing and exporting events”Sep 9, 2024 · @dominiklohmann · #4583
We fixed a bug where the export, metrics, and diagnostics operators were
sometimes missing events from up to the last 30 seconds. In the Tenzir Platform,
this showed itself as a gap in activity sparkbars upon loading the page.