v0.0.13 - Observability Improvment
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
- Merge QueueClass and hook creation interface by @moto-meta in #691
New Features
- Expose stats logging as public API by @mthrok in #686
- Add performance analysis example by @mthrok in #694
- Add performance analysis docs by @mthrok in #693
Full Changelog: v0.0.12...v0.0.13