Skip to content

v1.1.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Feb 16:31
0ef21f0

Highlights

Starting with the v1.1.0 release line, orchestrion no longer ships with any built-in instrumentation, and becomes largely vendor-agnostic. Instrumentation configuration is now provided by tracer libraries, such as gopkg.in/DataDog/dd-trace-go.v1 (versions 1.72.0-rc.1 and newer) — which is automatically installed by orchestrion pin.

The transition is transparent for existing users, who can replace the import of github.com/DataDog/orchestrion/instrument in the orchestrion.tool.go file with an import of gopkg.in/DataDog/dd-trace-go.v1.

What's Changed

Full Changelog: v1.0.3...v1.1.0-rc.1