✨ Highlights
This release of Orchestrion includes ability to produce Datadog APM traces from the execution of an orchestrion build. This feature makes it much easier to investigate performance issues on a case-by-case basis (but interpreting those traces requires intimate understanding of how Orchestrion works under the hood; so do not hesitate to engage Datadog support for help with this).
Using this feature against our various benchmark packages has allowed us to identify a couple of significant performance improvements that are also rolled into this upgrade. The build time overhead should be significantly reduced for many projects (the exact overhead depends a lot on the app being built & configured instrumentations).
What's Changed
🚀 Features
- feat: instrument Orchestrion with Datadog tracing by @RomainMuller in #577
🔧 Maintenance
- chore: update all dependencies by @github-actions in #578
Full Changelog: v1.2.0...v1.3.0