Skip to content

v0.0.13 - Observability Improvment

Choose a tag to compare

@mthrok mthrok released this 02 May 14:32
· 555 commits to main since this release
fe75c39

Better observability towards bottleneck detection

In this release, we re-organized the pipeline hooks, and expose the periodic performance measurement mechanism as public interface.
This allows to tap into the performance statistics of data processing pipeline, which makes it easy to analyze the pipeline performance, and optimize the pipeline.

Please checkout the renewed Performance Analysis documentation, and example to learn how to log the runtime performance statistics.

BC-breaking Changes

New Features

Full Changelog: v0.0.12...v0.0.13