OpenTelemetry - CNCF/opentelemetry-python-contrib: Release v0.39b0

Name: opentelemetry-python-contrib

Owner: OpenTelemetry - CNCF

Release: Version 1.18.0/0.39b0

Released: 2023-05-19

License: Apache-2.0

Release Assets:

  • opentelemetry-instrumentation-system-metrics Add process. prefix to runtime.memory, runtime.cpu.time, and runtime.gc_count. Change runtime.memory from count to UpDownCounter. (#1735)
  • Add request and response hooks for GRPC instrumentation (client only) (#1706)
  • opentelemetry-instrumentation-pymemcache Update instrumentation to support pymemcache >4 (#1764)

Added

  • Expand sqlalchemy pool.name to follow the semantic conventions (#1778)
  • Add excluded_urls functionality to urllib and urllib3 instrumentations (#1733)
  • Make Django request span attributes available for start_span. (#1730)
  • Make ASGI request span attributes available for start_span. (#1762)
  • opentelemetry-instrumentation-celery Add support for anonymous tasks. (#1407)
  • opentelemetry-instrumentation-logging Add otelTraceSampled to instrumetation-logging (#1773)

Fixed

  • Fix elasticsearch db.statement attribute to be sanitized by default (#1758)
  • Fix AttributeError when AWS Lambda handler receives a list event (#1738)
  • Fix None does not implement middleware error when there are no middlewares registered (#1766)

To top