Skip to content

v0.1.37

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jan 12:02
· 1113 commits to main since this release
e253c65

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