Releases: odigos-io/odigos
Releases · odigos-io/odigos
v0.1.41
v0.1.4
Version v0.1.4 - ARM Support + Stability Improvements
Version v0.1.4 introduces two major changes:
- ARM Support: Automatic instrumentation of Go applications now works on ARM-based processors: Apple Silicon (M1/M2)/AWS Graviton/etc. Odigos now supports ARM processors in Java,Python,Go,JavaScript and .NET
- 4 New Destinations: Google Cloud Storage, Azure Blob Storage, Elasticsearch and Sentry
🚀 Enhancements:
- 638a9c4 New destinations: Elasticsearch, GCS, Azure Blob Storage and Sentry (#71)
- d889c8b Add ignore namespace option as a flag (#59)
🐞 Bug fixes:
- 224ccd8 Add missing option in CLI instruction (#70)
- 3b8a462 Bump docker/build-push-action from 3 to 4 (#64)
- Go instrumentation: Go 1.20 support: offsets_result.json file updated to support Go 1.20.
- Go instrumentation: net/http bug fix for Go 1.17+
- Go Instrumentation: Older kernel version support by replacing usages of eBPF functions that required a recent kernel version.
v0.1.39
v0.1.38
Version v0.1.38 adds many new destinations to Odigos.
🚀 New Destinations
- OpsVerse: Support for traces, metrics, and logs
- Lightstep: Support for traces
- Splunk - Support for traces
- Google Cloud: - Support for traces and logs
v0.1.37
Version v0.1.37 introduces a new component to Odigos - odiglet.
The odiglet component is inspired by the kubelet component in Kubernetes and allows for more robust instrumentation.
More documentation and design documents regarding odiglet will be added soon.
🚀 Enhancements:
- Datadog: added logs support
- OpenTelemetry collector upgraded to version
0.68.0
🐞 Bug Fixes:
- Fix instrumentation not applied when container runs as non-root user
- Fix instrumentation not applied when securityContext is enabled with:
runAsUser
/runAsGroup
/runAsNonRoot
/readOnlyFileSystem
- Fix container arguments may not be passed correctly
- Add PATH lookup of container command during init
v0.1.36
v0.1.35
🚀 Enhancements:
- Honeycomb destination now supports metrics and logs via honeycomb kubernetes agent
- Prometheus destination now supports metrics calculated based on traces (span metrics)
Changelog
v0.1.34
v0.1.33
v0.1.32
This version adds support for multiple new open source destinations:
- Jaeger
- SigNoz
- Generic OTLP destination