OpenTelemetry - CNCF/opentelemetry-python-contrib: Release v0.35b0
Name: opentelemetry-python-contrib
Owner: OpenTelemetry - CNCF
Release: opentelemetry-contrib v0.35b0
Released: 2022-11-03
License: Apache-2.0
Release Assets:
Deprecated
opentelemetry-distro
Deprecateotlp_proto_grpc
andotlp_proto_http
in favor of usingOTEL_EXPORTER_OTLP_TRACES_PROTOCOL
as according to specifications (#1250)
Added
- Capture common HTTP attributes from API Gateway proxy events in
opentelemetry-instrumentation-aws-lambda
(#1233) - Add metric instrumentation for tornado (#1252)
opentelemetry-instrumentation-django
Fixed bug where auto-instrumentation fails when django is installed and settings are not configured. (#1369)opentelemetry-instrumentation-system-metrics
add supports to collect system thread count. (#1339)opentelemetry-exporter-richconsole
Fixing RichConsoleExpoter to allow multiple traces, fixing duplicate spans and include resources (#1336)opentelemetry-instrumentation-asgi
Add support for regular expression matching and sanitization of HTTP headers. (#1333)opentelemetry-instrumentation-asgi
metrics record target attribute (FastAPI only) (#1323)opentelemetry-instrumentation-wsgi
Add support for regular expression matching and sanitization of HTTP headers. (#1402)- Add support for py3.11 (#1415)
opentelemetry-instrumentation-django
Add support for regular expression matching and sanitization of HTTP headers. (#1411)opentelemetry-instrumentation-falcon
Add support for regular expression matching and sanitization of HTTP headers. (#1412)opentelemetry-instrumentation-flask
Add support for regular expression matching and sanitization of HTTP headers. (#1413)opentelemetry-instrumentation-pyramid
Add support for regular expression matching and sanitization of HTTP headers. (#1414)opentelemetry-instrumentation-grpc
Add support for grpc.aio Clients and Servers (#1245)- Add metric exporter for Prometheus Remote Write (#1359)
Fixed
- Fix bug in Falcon instrumentation (#1377)
opentelemetry-instrumentation-asgi
Fix keys() in class ASGIGetter so it decodes the keys before returning them. (#1333)opentelemetry-instrumentation-asgi
Make ASGIGetter.get() compare all keys in a case insensitive manner. (#1333)- Use resp.text instead of resp.body for Falcon 3 to avoid a deprecation warning. (#1412)