instana / otel-shop

OpenTelemetry Demo App
Apache License 2.0
17 stars 12 forks source link

Bump opentelemetry-instrumentation-wsgi from 0.31b0 to 0.36b0 in /payment #618

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps opentelemetry-instrumentation-wsgi from 0.31b0 to 0.36b0.

Release notes

Sourced from opentelemetry-instrumentation-wsgi's releases.

opentelemetry-contrib v0.36b0

What's Changed

New Contributors

Full Changelog: https://github.com/open-telemetry/opentelemetry-python-contrib/compare/v0.35b0...v0.36b0

opentelemetry-contrib v0.35b0

Deprecated

  • opentelemetry-distro Deprecate otlp_proto_grpc and otlp_proto_http in favor of using OTEL_EXPORTER_OTLP_TRACES_PROTOCOL as according to specifications (#1250)

... (truncated)

Changelog

Sourced from opentelemetry-instrumentation-wsgi's changelog.

Version 1.15.0/0.36b0 (2022-12-10)

  • Add uninstrument test for sqlalchemy (#1471)
  • opentelemetry-instrumentation-tortoiseorm Initial release (#685)
  • Add metric instrumentation for tornado (#1252)
  • opentelemetry-instrumentation-aws-lambda Add option to disable aws context propagation (#1466)

Added

  • opentelemetry-instrumentation-pymysql Add tests for commit() and rollback(). (#1424)
  • opentelemetry-instrumentation-fastapi Add support for regular expression matching and sanitization of HTTP headers. (#1403)
  • opentelemetry-instrumentation-botocore add support for messaging.* in the sqs extension. (#1350)
  • opentelemetry-instrumentation-starlette Add support for regular expression matching and sanitization of HTTP headers. (#1404)
  • opentelemetry-instrumentation-botocore Add support for SNS publish and publish_batch. (#1409)
  • Strip leading comments from SQL queries when generating the span name. (#1434)
  • opentelemetry-instrumentation-confluent-kafka Add support for the latest versions of the library. (#1468)

Fixed

  • Fix bug in Urllib instrumentation - add status code to span attributes only if the status code is not None. (#1430)
  • opentelemetry-instrumentation-aiohttp-client Allow overriding of status in response hook. (#1394)
  • opentelemetry-instrumentation-pymysql Fix dbapi connection instrument wrapper has no _sock member. (#1424)
  • opentelemetry-instrumentation-dbapi Fix the check for the connection already being instrumented in instrument_connection(). (#1424)
  • Remove db.name attribute from Redis instrumentation (#1427)
  • opentelemetry-instrumentation-asgi Fix target extraction for duration metric (#1461)
  • Add grpc.aio instrumentation to package entry points (#1442)
  • Fix a bug in SQLAlchemy instrumentation - support disabling enable_commenter variable (#1440)

Version 1.14.0/0.35b0 (2022-11-03)

Deprecated

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #705.