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
Addprocess.
prefix toruntime.memory
,runtime.cpu.time
, andruntime.gc_count
. Changeruntime.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 tourllib
andurllib3
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
AddotelTraceSampled
to instrumetation-logging (#1773)