kyma-project / serverless

Apache License 2.0
4 stars 18 forks source link

pip-python312(deps): bump the opentelemetry group in /components/runtimes/python/python312 with 5 updates #1143

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps the opentelemetry group in /components/runtimes/python/python312 with 5 updates:

Package From To
opentelemetry-api 1.26.0 1.27.0
opentelemetry-sdk 1.26.0 1.27.0
opentelemetry-exporter-otlp-proto-http 1.26.0 1.27.0
opentelemetry-propagator-b3 1.26.0 1.27.0
opentelemetry-instrumentation-requests 0.47b0 0.48b0

Updates opentelemetry-api from 1.26.0 to 1.27.0

Changelog

Sourced from opentelemetry-api's changelog.

Version 1.27.0/0.48b0 (2024-08-28)

  • Implementation of Events API (#4054)
  • Make log sdk add exception.message to logRecord for exceptions whose argument is an exception not a string message (#4122)
  • Fix use of link.attributes.dropped, which may not exist (#4119)
  • Running mypy on SDK resources (#4053)
  • Added py.typed file to top-level module (#4084)
  • Drop Final annotation from Enum in semantic conventions (#4085)
  • Update log export example to not use root logger (#4090)
  • sdk: Add OS resource detector (#3992)
  • sdk: Accept non URL-encoded headers in OTEL_EXPORTER_OTLP_*HEADERS to match other languages SDKs (#4103)
  • Update semantic conventions to version 1.27.0 (#4104)
  • Add support to type bytes for OTLP AnyValue (#4128)
  • Export ExponentialHistogram and ExponentialHistogramDataPoint (#4134)
  • Implement Client Key and Certificate File Support for All OTLP Exporters (#4116)
  • Remove _start_time_unix_nano attribute from _ViewInstrumentMatch in favor of using time_ns() at the moment when the aggregation object is created (#4137)
Commits


Updates opentelemetry-sdk from 1.26.0 to 1.27.0

Changelog

Sourced from opentelemetry-sdk's changelog.

Version 1.27.0/0.48b0 (2024-08-28)

  • Implementation of Events API (#4054)
  • Make log sdk add exception.message to logRecord for exceptions whose argument is an exception not a string message (#4122)
  • Fix use of link.attributes.dropped, which may not exist (#4119)
  • Running mypy on SDK resources (#4053)
  • Added py.typed file to top-level module (#4084)
  • Drop Final annotation from Enum in semantic conventions (#4085)
  • Update log export example to not use root logger (#4090)
  • sdk: Add OS resource detector (#3992)
  • sdk: Accept non URL-encoded headers in OTEL_EXPORTER_OTLP_*HEADERS to match other languages SDKs (#4103)
  • Update semantic conventions to version 1.27.0 (#4104)
  • Add support to type bytes for OTLP AnyValue (#4128)
  • Export ExponentialHistogram and ExponentialHistogramDataPoint (#4134)
  • Implement Client Key and Certificate File Support for All OTLP Exporters (#4116)
  • Remove _start_time_unix_nano attribute from _ViewInstrumentMatch in favor of using time_ns() at the moment when the aggregation object is created (#4137)
Commits


Updates opentelemetry-exporter-otlp-proto-http from 1.26.0 to 1.27.0

Changelog

Sourced from opentelemetry-exporter-otlp-proto-http's changelog.

Version 1.27.0/0.48b0 (2024-08-28)

  • Implementation of Events API (#4054)
  • Make log sdk add exception.message to logRecord for exceptions whose argument is an exception not a string message (#4122)
  • Fix use of link.attributes.dropped, which may not exist (#4119)
  • Running mypy on SDK resources (#4053)
  • Added py.typed file to top-level module (#4084)
  • Drop Final annotation from Enum in semantic conventions (#4085)
  • Update log export example to not use root logger (#4090)
  • sdk: Add OS resource detector (#3992)
  • sdk: Accept non URL-encoded headers in OTEL_EXPORTER_OTLP_*HEADERS to match other languages SDKs (#4103)
  • Update semantic conventions to version 1.27.0 (#4104)
  • Add support to type bytes for OTLP AnyValue (#4128)
  • Export ExponentialHistogram and ExponentialHistogramDataPoint (#4134)
  • Implement Client Key and Certificate File Support for All OTLP Exporters (#4116)
  • Remove _start_time_unix_nano attribute from _ViewInstrumentMatch in favor of using time_ns() at the moment when the aggregation object is created (#4137)
Commits
  • 0d899c8 [release/v1.27.x-0.48bx] Prepare release 1.27.0/0.48b0 (#4150)
  • 15ea441 Add support to type bytes for OTLP AnyValue encoding (#4128)
  • e8cf94c Implement Client Key and Certificate File Support for All OTLP Exporters (#4116)
  • 9a20504 Fix use of link.attributes.dropped, which may not exist (#4119)
  • 57d30b3 Accept non URL-encoded headers (#4103)
  • 794c51b Update version to 1.27.0.dev/0.48b0.dev (#4075)
  • See full diff in compare view


Updates opentelemetry-propagator-b3 from 1.26.0 to 1.27.0

Changelog

Sourced from opentelemetry-propagator-b3's changelog.

Version 1.27.0/0.48b0 (2024-08-28)

  • Implementation of Events API (#4054)
  • Make log sdk add exception.message to logRecord for exceptions whose argument is an exception not a string message (#4122)
  • Fix use of link.attributes.dropped, which may not exist (#4119)
  • Running mypy on SDK resources (#4053)
  • Added py.typed file to top-level module (#4084)
  • Drop Final annotation from Enum in semantic conventions (#4085)
  • Update log export example to not use root logger (#4090)
  • sdk: Add OS resource detector (#3992)
  • sdk: Accept non URL-encoded headers in OTEL_EXPORTER_OTLP_*HEADERS to match other languages SDKs (#4103)
  • Update semantic conventions to version 1.27.0 (#4104)
  • Add support to type bytes for OTLP AnyValue (#4128)
  • Export ExponentialHistogram and ExponentialHistogramDataPoint (#4134)
  • Implement Client Key and Certificate File Support for All OTLP Exporters (#4116)
  • Remove _start_time_unix_nano attribute from _ViewInstrumentMatch in favor of using time_ns() at the moment when the aggregation object is created (#4137)
Commits


Updates opentelemetry-instrumentation-requests from 0.47b0 to 0.48b0

Changelog

Sourced from opentelemetry-instrumentation-requests's changelog.

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 Remove opentelemetry-instrumentation-aws-lambda from the defaults instrumentations (#2786)

Fixed

  • opentelemetry-instrumentation-httpx fix handling of async hooks (#2823)
  • opentelemetry-instrumentation-system-metrics fix process.runtime.cpu.utilization values to be shown in range of 0 to 1 (#2812)
  • opentelemetry-instrumentation-fastapi fix fastapi auto-instrumentation by removing fastapi-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 set url.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 fix http.host new http semantic convention mapping to depend on kind of span (#2814)
  • opentelemetry-instrumentation Fix the description of http.server.duration and http.server.request.duration (#2753)
Commits


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions