Releases: open-telemetry/opentelemetry-python-contrib
Releases · open-telemetry/opentelemetry-python-contrib
Version 1.28.1/0.49b1
This is a patch release on the previous 1.28.0/0.49b0 release, fixing the issue(s) below.
Added
opentelemetry-instrumentation-sqlalchemy
Update unit tests to run with SQLALchemy 2 (#2976)
Fixed
Breaking changes
opentelemetry-instrumentation-openai-v2 2.0b0
-
Use generic
OTEL_INSTRUMENTATION_GENAI_CAPTURE_MESSAGE_CONTENT
environment variable to control if content of prompt, completion, and other messages is captured. (#2947) -
Update OpenAI instrumentation to Semantic Conventions v1.28.0: add new attributes and switch prompts and completions to log-based events. (#2925)
-
Initial OpenAI instrumentation (#2759)
Version 1.28.0/0.49b0
Added
opentelemetry-instrumentation-openai-v2
Instrumentation for OpenAI >= 0.27.0 (#2759)opentelemetry-instrumentation-fastapi
Add autoinstrumentation mechanism tests. (#2860)opentelemetry-instrumentation-aiokafka
Add instrumentor and auto instrumentation support for aiokafka (#2082)opentelemetry-instrumentation-redis
Add additional attributes for methods create_index and search, rename those spans (#2635)opentelemetry-instrumentation
Add support for string based dotted module paths in unwrap (#2919)
Fixed
opentelemetry-instrumentation-aiokafka
WrapAIOKafkaConsumer.getone()
instead ofAIOKafkaConsumer.__anext__
(#2874)opentelemetry-instrumentation-confluent-kafka
Fix to allowtopic
to be extracted fromkwargs
inproduce()
([#2901])(#2901)opentelemetry-instrumentation-system-metrics
Update metric units to conform to UCUM conventions. (#2922)opentelemetry-instrumentation-celery
Don't detach context without a None token (#2927)opentelemetry-exporter-prometheus-remote-write
: sort labels before exporting (#2940)opentelemetry-instrumentation-dbapi
sqlcommenter key values created from PostgreSQL, MySQL systems (#2897)opentelemetry-instrumentation-system-metrics
: don't report open file descriptors on Windows (#2946)
Breaking changes
Version 1.27.0/0.48b0
Added
opentelemetry-instrumentation-kafka-python
Instrument temporary fork, kafka-python-ng inside kafka-python's instrumentation (#2537)
Breaking changes
opentelemetry-bootstrap
Removeopentelemetry-instrumentation-aws-lambda
from the defaults instrumentations (#2786)
Fixed
opentelemetry-instrumentation-httpx
fix handling of async hooks (#2823)opentelemetry-instrumentation-system-metrics
fixprocess.runtime.cpu.utilization
values to be shown in range of 0 to 1 (#2812)opentelemetry-instrumentation-fastapi
fixfastapi
auto-instrumentation by removingfastapi-slim
support,fastapi-slim
itself is discontinued from maintainers (#2783)opentelemetry-instrumentation-aws-lambda
Avoid exception when a handler is not present. (#2750)opentelemetry-instrumentation-django
Fix regression -http.target
re-added back to old semconv duration metrics (#2746)opentelemetry-instrumentation-asgi
do not seturl.full
attribute for server spans (#2735)opentelemetry-instrumentation-grpc
Fixes the issue with the gRPC instrumentation not working with the 1.63.0 and higher version of gRPC (#2483)opentelemetry-instrumentation-aws-lambda
Fixing w3c baggage support (#2589)opentelemetry-instrumentation-celery
propagates baggage (#2385)opentelemetry-instrumentation-asyncio
Fixes async generator coroutines not being awaited (#2792)opentelemetry-instrumentation-tornado
Handle http client exception and record exception info into span (#2563)opentelemetry-instrumentation
fixhttp.host
new http semantic convention mapping to depend onkind
of span (#2814)
Version 1.26.0/0.47b0
Added
opentelemetry-instrumentation-flask
Addhttp.route
andhttp.target
to metric attributes (#2621)opentelemetry-instrumentation-aws-lambda
Enable global propagator for AWS instrumentation (#2708)opentelemetry-instrumentation-sklearn
Deprecated the sklearn instrumentation (#2708)opentelemetry-instrumentation-pyramid
Record exceptions raised when serving a request (#2622)opentelemetry-sdk-extension-aws
Add AwsXrayLambdaPropagator (#2573)opentelemetry-instrumentation-confluent-kafka
Add support for version 2.4.0 of confluent_kafka (#2616)opentelemetry-instrumentation-asyncpg
Add instrumentation to cursor based queries (#2501)opentelemetry-instrumentation-confluent-kafka
Add support for produce purge (#2638)opentelemetry-instrumentation-asgi
Implement new semantic convention opt-in with stable http semantic conventions (#2610)opentelemetry-instrumentation-fastapi
Implement new semantic convention opt-in with stable http semantic conventions (#2682)opentelemetry-instrumentation-httpx
Implement new semantic convention opt-in migration with stable http semantic conventions (#2631)opentelemetry-instrumentation-system-metrics
Permit to use psutil 6.0+. (#2630)opentelemetry-instrumentation-system-metrics
Add support for capture open file descriptors (#2652)opentelemetry-instrumentation-httpx
Add support for instrument client with proxy (#2664)opentelemetry-instrumentation-aiohttp-client
Implement new semantic convention opt-in migration (#2673)opentelemetry-instrumentation-django
Addhttp.target
to Django duration metric attributes (#2624)opentelemetry-instrumentation-urllib3
Implement new semantic convention opt-in migration (#2715)opentelemetry-instrumentation-django
Implement new semantic convention opt-in with stable http semantic conventions (#2714)
Breaking changes
opentelemetry-instrumentation-asgi
,opentelemetry-instrumentation-fastapi
,opentelemetry-instrumentation-starlette
Usetracer
andmeter
of originating components instead of one fromasgi
middleware (#2580)- Populate
{method}
asHTTP
on_OTHER
methods from scope forasgi
middleware (#2610) - Populate
{method}
asHTTP
on_OTHER
methods from scope forfastapi
middleware (#2682) opentelemetry-instrumentation-urllib3
Populate{method}
asHTTP
on_OTHER
methods for span name (#2715)- Populate
{method}
asHTTP
on_OTHER
methods from scope forfastapi
instrumentation (#2682) - Populate
{method}
asHTTP
on_OTHER
methods from scope fordjango
middleware (#2714) opentelemetry-instrumentation-httpx
,opentelemetry-instrumentation-aiohttp-client
,opentelemetry-instrumentation-requests
Populate{method}
asHTTP
on_OTHER
methods (#2726)opentelemetry-instrumentation-fastapi
Add dependency support for fastapi-slim (#2702)
Fixed
- Handle
redis.exceptions.WatchError
as a non-error event in redis instrumentation (#2668) opentelemetry-instrumentation-httpx
Ensure httpx.get or httpx.request like methods are instrumented (#2538)- Add Python 3.12 support (#2572)
opentelemetry-instrumentation-aiohttp-server
,opentelemetry-instrumentation-httpx
Ensure consistently use of suppress_instrumentation utils (#2590)- Reference symbols from generated semantic conventions (#2611)
opentelemetry-instrumentation-psycopg
Bugfix: Handle empty statement. (#2644)opentelemetry-instrumentation-confluent-kafka
Confluent Kafka: Ensure consume span is ended when consumer is closed (#2640)opentelemetry-instrumentation-asgi
Fix generation ofhttp.target
andhttp.url
attributes for ASGI apps using sub apps (#2477)opentelemetry-instrumentation-aws-lambda
Bugfix: AWS Lambda event source key incorrect for SNS in instrumentation library. (#2612)opentelemetry-instrumentation-asyncio
instrumentedasyncio.wait_for
properly raisesasyncio.TimeoutError
as expected (#2637)opentelemetry-instrumentation-django
Handle exceptions from request/response hooks (#2153)opentelemetry-instrumentation-asgi
RemovedNET_HOST_NAME
ANDNET_HOST_PORT
from active requests count attribute (#2610)opentelemetry-instrumentation-asgi
Bugfix: Middleware did not set status code attribute on duration metrics for non-recording spans. (#2627)
Version 1.25.0/0.46b0
Breaking changes
- Add return statement to Confluent kafka Producer poll() and flush() calls when instrumented by ConfluentKafkaInstrumentor().instrument_producer() (#2527)
- Rename
type
attribute toasgi.event.type
inopentelemetry-instrumentation-asgi
(#2300) - Rename AwsLambdaInstrumentor span attributes
faas.id
tocloud.resource_id
,faas.execution
tofaas.invocation_id
(#2372) - Drop support for instrumenting elasticsearch client < 6` (#2422)
opentelemetry-instrumentation-wsgi
Addhttp.method
tospan.name
(#2425)opentelemetry-instrumentation-flask
Addhttp.method
tospan.name
(#2454)
Added
opentelemetry-sdk-extension-aws
Register AWS resource detectors under theopentelemetry_resource_detector
entry point (#2382)opentelemetry-instrumentation-wsgi
Implement new semantic convention opt-in with stable http semantic conventions (#2425)opentelemetry-instrumentation-flask
Implement new semantic convention opt-in with stable http semantic conventions (#2454)opentelemetry-instrumentation-threading
Initial release for threading (#2253)opentelemetry-instrumentation-pika
Instrumentation forchannel.consume()
(supported only for global, non channel specific instrumentation) (#2397))opentelemetry-processor-baggage
Initial release (#2436)opentelemetry-processor-baggage
Add baggage key predicate (#2535)
Fixed
opentelemetry-instrumentation-dbapi
Fix compatibility with Psycopg3 to extract libpq build version (#2500)[https://github.com//pull/2500]opentelemetry-instrumentation-grpc
AioClientInterceptor should propagate with a Metadata object (#2363)opentelemetry-instrumentation-boto3sqs
Instrument Session and resource (#2161)opentelemetry-instrumentation-aws-lambda
Fix exception handling for events with requestContext (#2418)- Use sqlalchemy version in sqlalchemy commenter instead of opentelemetry library version (#2404)
opentelemetry-instrumentation-asyncio
Check for cancelledException in the future (#2461)- Remove SDK dependency from opentelemetry-instrumentation-grpc (#2474)
opentelemetry-instrumentation-elasticsearch
Improved support for version 8 (#2420)opentelemetry-instrumentation-elasticsearch
Disabling instrumentation with native OTel support enabled (#2524)opentelemetry-instrumentation-asyncio
Check for name attribute in the coroutine (#2521)opentelemetry-instrumentation-requests
Fix wrong time unit for duration histogram (#2553)opentelemetry-util-http
Preserve brackets around literal IPv6 hosts (#2552)opentelemetry-util-redis
Fix net peer attribute for unix socket connection (#2493)
Version 1.24.0/0.45b0
opentelemetry-instrumentation-psycopg
Async Instrumentation for psycopg 3.x (#2146)
Fixed
opentelemetry-instrumentation-celery
Allow Celery instrumentation to be installed multiple times (#2342)- Align gRPC span status codes to OTEL specification (#1756)
opentelemetry-instrumentation-flask
Add importlib metadata default for deprecation warning flask version (#2297)- Ensure all http.server.duration metrics have the same description (#2151)
- Fix regression in httpx
request.url
not being of typehttpx.URL
after0.44b0
(#2359) - Avoid losing repeated HTTP headers (#2266)
opentelemetry-instrumentation-elasticsearch
Don't send bulk request body as db statement (#2355)- AwsLambdaInstrumentor sets
cloud.account.id
span attribute (#2367)
Version 1.23.0/0.44b0
- Drop support for 3.7 (#2151)
opentelemetry-resource-detector-azure
Added 10s timeout to VM Resource Detector (#2119)opentelemetry-instrumentation-asyncpg
Allow AsyncPGInstrumentor to be instantiated multiple times (#1791)opentelemetry-instrumentation-confluent-kafka
Add support for higher versions until 2.3.0 of confluent_kafka (#2132)opentelemetry-resource-detector-azure
Changed timeout to 4 seconds due to timeout bug (#2136)opentelemetry-resource-detector-azure
Suppress instrumentation forurllib
call (#2178)- AwsLambdaInstrumentor handles and re-raises function exception (#2245)
Version 1.22.0/0.43b0
Added
opentelemetry-instrumentation
Added Otel semantic convention opt-in mechanism (#1987)opentelemetry-instrumentation-httpx
Fix mixing async and non async hooks (#1920)opentelemetry-instrumentation-requests
Implement new semantic convention opt-in with stable http semantic conventions (#2002)opentelemetry-instrument-grpc
Fix arity of context.abort for AIO RPCs (#2066)- Consolidate instrumentation suppression mechanisms and fix bug in httpx instrumentation
(#2061)
Fixed
Version 1.21.0/0.42b0
opentelemetry-instrumentation-aiohttp-server
Add instrumentor and auto instrumentation support for aiohttp-server (#1800)
Added
opentelemetry-instrumentation-botocore
Include SNS topic ARN as a span attribute with namemessaging.destination.name
to uniquely identify the SNS topic (#1995)opentelemetry-instrumentation-system-metrics
Add support for collecting process metrics (#1948)- Added schema_url (
"https://opentelemetry.io/schemas/1.11.0"
) to all metrics and traces (#1977)