Changed
opentelemetry-bootstrap
not longer forcibly removes and re-installs libraries and their instrumentations.
This means running bootstrap will not auto-upgrade existing dependencies and as a result not cause dependency
conflicts. (#514)opentelemetry-instrumentation-asgi
Set the response status code on the server span (#478)opentelemetry-instrumentation-tornado
Fixed cases where description was used with non-
error status code when creating Status objects. (#504)opentelemetry-instrumentation-asgi
Fix instrumentation default span name. (#418)- Propagators use the root context as default for
extract
and do not modify
the context if extracting from carrier does not work. (#488)
Added
opentelemetry-instrumentation-botocore
now supports
context propagation for lambda invoke via Payload embedded headers. (#458)