Skip to content

Latest commit

 

History

History
178 lines (117 loc) · 6.01 KB

File metadata and controls

178 lines (117 loc) · 6.01 KB

Elastic Distribution of OpenTelemetry Python Changelog

v1.12.0

v1.11.0

v1.10.2

  • Fix distro logging without a tty (#436)

v1.10.1

  • Fix print of EDOT configuration at startup (#431)

v1.10.0

  • Wire up composite sampler (#410)
  • Handle ELASTIC_OTEL_OPAMP_HEADERS env var for OpAMP authentication (#411)
  • Add support for mTLS authentication with OpAMP (#419)

v1.9.0

  • Handle OTEL_LOG_LEVEL to tune OpenTelemetry SDK and EDOT SDK logging (#397)
  • Log OTel configuration variables at startup at info level (#398)
  • Make OpAMP client more robust (#401)

v1.8.0

v1.7.0

v1.6.0

v1.5.0

  • Switch default sampler to parentbased_traceidratio (#351)
  • Acknowledge OpAMP remote config status changes (#340)

v1.4.0

  • Introduce OpAMP agent for Central configuration. Central configuration will be available in Elastic Stack 9.1 (#320)

v1.3.0

v1.2.0

v1.1.0

  • Bump to OTel 1.32.1: logging module autoinstrumentation improvements, explicit bucket advisory fixes, asyncclick instrumentation (#293)
  • Bump openai instrumentation to 1.1.0 in docker image (#297)

v1.0.0

v0.8.1

  • Bump to OTel 1.31.1 (#270)

v0.8.0

  • Remove some custom code in ElasticOpenTelemetryConfigurator (#250)
  • Introduce a resource detector sending server.instance.id (#259)
  • Bump to OTel 1.31.0: programmatic auto-instrumentation, added metrics and events for AWS Bedrock instrumentation (#263)
  • Bump elastic-opentelemetry-instrumentation-openai to 0.6.1 in Docker image and relax version dependency to (#264)

v0.7.0

  • Bump to OTel 1.30.0: Python 3.13 support, pymssql instrumentation, basic GenAI tracing with AWS Bedrock (#241)

v0.6.1

  • Bump opentelemetry-sdk-extension-aws to 2.1.0 (#222)
  • Bump opentelemetry-resourcedetector-gcp to 1.8.0a0 (#229)
  • Add OpenAI examples (#226)

v0.6.0

  • Bump to OTel 1.29.0 (#211)
  • Bump elastic-opentelemetry-instrumentation-openai dependency to 0.6.0 (#210)

v0.5.0

  • Enable by default cloud resource detectors for AWS, Azure and GCP (#198)
  • Introduce edot-bootstrap, like opentelemetry-bootstrap but with EDOT Openai instrumentation (#196)
  • Add docs for tracing with manual spans and metrics (#189)
  • Set OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE to DELTA (#197)
  • Bump elastic-opentelemetry-instrumentation-openai dependency to 0.5.0 (#204)

v0.4.1

  • Bump to OTel 1.28.2 (#185)

v0.4.0

  • Bump to OTel 1.28.1 (#169)
  • Enable log events by default (#154)
  • Add musl autoinstrumentation to Docker image for OTel Kubernetes operator (#162)
  • Add documentation for logging enablement (#153)
  • Add flask autoinstrumentation example (#168)

v0.3.0

  • Build Python 3.12 Docker image for OTel Kubernetes operator (#132, #136. #137)
  • Make the distro loading more robust against ImportError Exception when loading instrumentations (#132)
  • Add some types in resource detectors (#133)

v0.2.0

  • Added some documentation (#110)
  • Bump to OTel 1.27.0 (#117)
  • Enabled os resource detector by default (#117)

v0.1.0

First release.