Releases: odigos-io/odigos
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
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
v0.1.0
Version v0.1.0 brings many new features and bug fixes to odigos observability control plane:
🚀 Enhancements:
- Add readiness and liveness probes to collectors created by the autoscaler
- Collect host metrics from kubelet
- New managed destinations: New Relic, logz.io
- New hosted destinations: Prometheus, Tempo, and Loki
🐞 Bug Fixes:
- Fix logs discovery for Docker CRI
- Better error handling on language detection
- Fix for OutOfPods on EKS
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