Skip to content

v0.1.3

Compare
Choose a tag to compare
@edeNFed edeNFed released this 29 Sep 09:45
· 1582 commits to main since this release
f685305

Version v0.1.3 improves the automatic instrumentation for Go applications:

🚀 Enhancements:

  • Context propagation: in-process (between different libraries) and across processes (by adding W3C headers)
  • Go 1.19 support

🐞 Bug Fixes:

  • Remove dependency on goroutine id and use context.Context instead
  • More accurate Go spans timestamps

If upgrading from an older version of odigos, run helm repo update before upgrading the helm chart.
Install by running:

helm repo add odigos https://keyval-dev.github.io/odigos-charts/
helm install my-odigos odigos/odigos --namespace odigos-system --create-namespace