v0.1.3
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