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 hidden (Show)

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