odigos

Distributed tracing without code changes. 🚀 Instantly monitor any application using OpenTelemetry and eBPF

APACHE-2.0 License

Stars
3.1K
Committers
61

Bot releases are visible (Hide)

odigos - v0.1.39

Published by github-actions[bot] over 1 year ago

Version v0.1.39 introduces the following changes:

🚀 Enhancements:

  • ed6aec6 Update Java and NodeJS instrumentations (#56)
  • 9b6eb58 ARM Support: build multi arch images (#61)
  • bab4ca3 Improve uninstall (#49)
  • 157128f Add event reporting (#60)
  • c1d7133 New documentation site (#48)

🐞 Bug Fixes:

  • 65c5b57 Avoid running odiglet on windows nodes (#57)
  • 9e7e103 Bump goreleaser/goreleaser-action from 2 to 4 (#42)
  • 1b2e8e7 Fix Deployment and StatefulSet Name Collision (#58)
odigos - v0.1.38

Published by github-actions[bot] almost 2 years ago

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
odigos - v0.1.37

Published by github-actions[bot] almost 2 years ago

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
odigos - v0.1.36

Published by github-actions[bot] almost 2 years ago

Changelog

  • 6bd800f Add qryn to destinations (#41)
odigos - v0.1.35

Published by github-actions[bot] almost 2 years ago

🚀 Enhancements:

  • Honeycomb destination now supports metrics and logs via honeycomb kubernetes agent
  • Prometheus destination now supports metrics calculated based on traces (span metrics)

Changelog

  • b788150 Create SECURITY.md
  • 99f1815 Improve README.md (#39)
  • 54ee4be Update issue templates
  • 78f458e honeycomb: add support for metrics and logs (#38)
  • 0c52819 prometheus: send span metrics (#40)
odigos - v0.1.34

Published by github-actions[bot] almost 2 years ago

Changelog

  • 3c1d9d3 Better README (#30)
  • 3f6971c fix: opentelemetry dest not working properly (#35)
odigos - v0.1.33

Published by github-actions[bot] about 2 years ago

Changelog

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

Published by github-actions[bot] about 2 years ago

This version adds support for multiple new open source destinations:

  • Jaeger
  • SigNoz
  • Generic OTLP destination
odigos - v0.1.3

Published by edeNFed about 2 years ago

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
odigos - v0.1.0

Published by edeNFed about 2 years ago

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