Skip to content

opentelemetry-contrib v0.16b0

Compare
Choose a tag to compare
@codeboten codeboten released this 26 Nov 05:02
3e4c5d3

One major change done as part of this release was to move the instrumentation out of the core repo and into the contrib repo. This change should not impact users of the published packages, but the release notes for core packages are available in the core repo.

opentelemetry-instrumentation-asyncpg

🚀 Enhancements

  • Update asyncpg instrumentation to follow semantic conventions (#188)

opentelemetry-instrumentation-botocore

🚀 Enhancements

  • Add propagator injection for botocore calls (#181)
  • Make botocore instrumentation check if instrumentation has been suppressed (#182)
  • Botocore SpanKind as CLIENT and modify existing traced attributes (#150)

opentelemetry-instrumentation-dbapi

🚀 Enhancements

  • Update dbapi and its dependant instrumentations to follow semantic conventions (#195)
  • Stop capturing query parameters by default (#156)

opentelemetry-instrumentation-flask

🚀 Enhancements

  • Add span name callback (#152)

opentelemetry-instrumentation-grpc

💥 Breaking Changes

  • Update protobuf versions (#1356)

opentelemetry-instrumentation-pymemcache

🚀 Enhancements

  • Update pymemcache instrumentation to follow semantic conventions (#183)

opentelemetry-instrumentation-pymongo

🚀 Enhancements

  • Update pymongo instrumentation to follow semantic conventions (#203)

opentelemetry-instrumentation-redis

🚀 Enhancements

  • Update redis instrumentation to follow semantic conventions (#184)

opentelemetry-instrumentation-requests

🚀 Enhancements

  • Add span name callback (#158)

opentelemetry-instrumentation-sklearn

🚀 Enhancements

  • Initial release (#151)

opentelemetry-instrumentation-sqlalchemy

🚀 Enhancements

  • Update sqlalchemy instrumentation to follow semantic conventions (#202)

opentelemetry-sdk-extension-aws

🚀 Enhancements

  • Add AWS X-Ray Ids Generator Entry Point (#201)
  • Fix typo for installing OTel SDK in docs (#200)
  • Import missing components for docs (#198)
  • Provide components needed to Configure OTel SDK for Tracing with AWS X-Ray (#130)