Version 1.26.0/0.47b0 #2738
Replies: 1 comment 4 replies
-
one more breaking change: |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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){method}
asHTTP
on_OTHER
methods from scope forasgi
middleware (#2610){method}
asHTTP
on_OTHER
methods from scope forfastapi
middleware (#2682)opentelemetry-instrumentation-urllib3
Populate{method}
asHTTP
on_OTHER
methods for span name (#2715){method}
asHTTP
on_OTHER
methods from scope forfastapi
instrumentation (#2682){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
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)opentelemetry-instrumentation-aiohttp-server
,opentelemetry-instrumentation-httpx
Ensure consistently use of suppress_instrumentation utils (#2590)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)This discussion was created from the release Version 1.26.0/0.47b0.
Beta Was this translation helpful? Give feedback.
All reactions