Skip to content

Releases: odigos-io/odigos

v0.1.37

01 Jan 12:02
e253c65
Compare
Choose a tag to compare

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

19 Dec 17:32
6bd800f
Compare
Choose a tag to compare

Changelog

v0.1.35

24 Nov 08:47
0c52819
Compare
Choose a tag to compare

🚀 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

14 Nov 17:39
3f6971c
Compare
Choose a tag to compare

Changelog

v0.1.33

14 Oct 07:53
289d4f6
Compare
Choose a tag to compare

Changelog

  • 289d4f6 Embed version into CLI (#28)
  • 26b2510 bugfix: ignore injected sidecars when detecting language (#27)

v0.1.32

13 Oct 09:08
Compare
Choose a tag to compare

This version adds support for multiple new open source destinations:

  • Jaeger
  • SigNoz
  • Generic OTLP destination

v0.1.3

29 Sep 09:45
f685305
Compare
Choose a tag to compare

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

09 Aug 15:35
9213e42
Compare
Choose a tag to compare

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