build(deps): update opentelemetry-deps-python#2457
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
| opentelemetry-instrumentation-celery==0.65b0 | ||
| opentelemetry-instrumentation-dbapi==0.65b0 | ||
| opentelemetry-instrumentation-django==0.65b0 | ||
| opentelemetry-instrumentation-elasticsearch==0.64b0 |
Contributor
There was a problem hiding this comment.
As per this line needs to be removed: open-telemetry/opentelemetry-python-contrib#4759
That will fix build
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.64b0→==0.65b0==1.43.0→==1.44.0==0.64b0→==0.65b0==0.64b0→==0.65b0==0.64b0→==0.65b0==0.64b0→==0.65b0==0.64b0→==0.65b0==0.64b0→==0.65b0==0.64b0→==0.65b0==0.64b0→==0.65b0==0.64b0→==0.65b0==0.64b0→==0.65b0==0.64b0→==0.65b0==0.64b0→==0.65b0==0.64b0→==0.65b0==0.64b0→==0.65b0==0.64b0→==0.65b0==0.64b0→==0.65b0==0.64b0→==0.65b0==0.64b0→==0.65b0==0.64b0→==0.65b0==0.64b0→==0.65b0==0.64b0→==0.65b0==0.64b0→==0.65b0==0.64b0→==0.65b0==0.64b0→==0.65b0==0.64b0→==0.65b0==0.64b0→==0.65b0==0.64b0→==0.65b0==0.64b0→==0.65b0==1.43.0→==1.44.0==0.64b0→==0.65b0==0.64b0→==0.65b0==0.64b0→==0.65b0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
open-telemetry/opentelemetry-python-contrib (opentelemetry-distro)
v0.65b0Compare Source
Added
opentelemetry-instrumentation-structloginstrumentation package andshared
log_utilshelpers for emitting structlog events as OpenTelemetrylogs.
(#4286)
opentelemetry-instrumentation-celery: adduse_span_linksoption to linktask execution spans to producer spans instead of creating parent-child
relationships
(#4537)
opentelemetry-instrumentation-aws-lambda: add SQS context propagationsupport
(#4668)
opentelemetry-instrumentation-httpx: add support for httpx2(#4730)
opentelemetry-instrumentation-tortoiseorm: Implement database semanticconvention stability migration support through
OTEL_SEMCONV_STABILITY_OPT_IN(#4731)
opentelemetry-instrumentation-asyncpg: add database semantic conventionstability support through
OTEL_SEMCONV_STABILITY_OPT_IN(#4733)
opentelemetry-instrumentation-pymemcache: add database semconv stabilitymigration support
(#4739)
opentelemetry-instrumentation-cassandra: add semconv stability migration support(#4747)
opentelemetry-instrumentation-pymongo: add database semantic conventionstability support through
OTEL_SEMCONV_STABILITY_OPT_IN(#4772)
opentelemetry-instrumentation-aiopg: add database semantic conventionstability support through
OTEL_SEMCONV_STABILITY_OPT_IN(#4820)
Changed
sanitize_method
(#4718)
Removed
opentelemetry-instrumentation-elasticsearch: drop the package since allsupported
elasticsearchversions have a native OTel instrumentation(#4759)
Fixed
opentelemetry-instrumentation-grpc: handleNotImplementedErrorfromadd_done_callbackin aio client instrumentation(#4429)
opentelemetry-util-http: recognize QUERY as known method insanitize_method(#4734)
opentelemetry-instrumentation-pika: prevent duplicate consumer spans(#4740)
opentelemetry-instrumentation-pyramid: avoid duplicate traversalsubscribers
(#4741)
opentelemetry-instrumentation-boto3sqs: handle missingSuccessfulkey insend_message_batchresponse when all messages fail(#4746)
opentelemetry-instrumentation-logging: export formatter-added attributes(#4764)
opentelemetry-instrumentation-aiohttp-server: fix span name andhttp.routeattribute according to http semantic conventions(#4768)
opentelemetry-instrumentation-dbapi: fix suppression for async queries(#4781)
opentelemetry-instrumentation-redis: don't fail commands when theconnection pool lacks
connection_kwargs(#4782)
opentelemetry-util-genai,instrumentation-genai/*: ignore now deprecatedGenAI enums
(#4814)
open-telemetry/opentelemetry-python (opentelemetry-exporter-otlp-proto-http)
v1.44.0Compare Source
Added
opentelemetry-docker-tests: Refactor Docker tests to properly validatecontents of exported telemetry
(#5220)
opentelemetry-exporter-otlp-common: add shared package for common OTLPutilities
(#5252)
opentelemetry-sdk: addMissingDependencyErrorexception for declarativeconfiguration and use it for missing optional dependency errors
(#5265)
opentelemetry-sdk: Add ability to refresh process dependent Resourceattributes
(#5280)
opentelemetry-sdk: addforce_flushmethod toLogRecordExporterABC(#5294)
opentelemetry-sdk: Make it possible to limit the size of stored spans inInMemorySpanExporter
(#5296)
opentelemetry-sdk: add log record limits environment variablesOTEL_LOGRECORD_ATTRIBUTE_COUNT_LIMITandOTEL_LOGRECORD_ATTRIBUTE_VALUE_LENGTH_LIMIT(#5300)
opentelemetry-sdk: add support for file exporter with declarative config(#5311)
opentelemetry-sdk: exposeSynchronousMultiLogRecordProcessorandConcurrentMultiLogRecordProcessorpublicly(#5327)
opentelemetry-sdk: point the declarative configuration package README atthe shared language support status
matrix
in the
opentelemetry-configurationrepo, so Python conformance status livesalongside the other languages instead of being duplicated per language SDK.
(#5347)
opentelemetry-sdk: document that Python-implementation extensions(
OTEL_PYTHON_*variables) are bypassed whenOTEL_CONFIG_FILEis set. Theenv-var initialisation path is skipped entirely in favour of the declarative
file; honouring these alongside a config file is tracked as a follow-up.
(#5353)
opentelemetry-sdk: wire id_generator from declarative configuration toTracerProvider
(#5363)
opentelemetry-sdk: Add support for activating instrumentors from adeclarative configuration file via the
instrumentation/development.pythonsection. Instrumentors can declare a
configurationattribute to have theiroptions validated through the same type-coercion pipeline used for SDK
component configuration.
(#5372)
opentelemetry-sdk: addrecord_min_maxoption toExponentialBucketHistogramAggregation, matching the option alreadyavailable on
ExplicitBucketHistogramAggregationand required by thespecification
(#5377)
Changed
(#5329)
opentelemetry-instrumentation-logging(#5344)
opentelemetry-sdk: bump declarative configuration schema to v1.1.0(#5345)
opentelemetry-configuration: declarative configuration moves fromopentelemetry.sdk._configurationinto the new publicopentelemetry-configurationpackage (opentelemetry.configurationnamespace), published experimentally.
opentelemetry-sdk[file-configuration]continues to work as an alias that installs
opentelemetry-configurationalongside the SDK.
(#5356)
opentelemetry-api: remove env carrier environment snapshot caching, you nowhave to pass explicitly the mapping where to get the environment variables
from as the
EnvironmentGetter.getfirst argument.(#5366)
opentelemetry-semantic-conventions: bump to 1.42.0(#5410)
opentelemetry-semantic-conventions: bump to 1.43.0(#5413)
Removed
opentelemetry-api,opentelemetry-sdk: Removed deprecated Events API/SDK.Use
LogRecordwith theevent_namefield set instead.(#5293)
Fixed
opentelemetry-sdk: OptimizeLogRecordmemory inBatchLogRecordProcessorby clearing the
Contextobject before buffering. This is a potentiallybreaking change for custom log exporters that access
contextfrom theexported
ReadableLogRecord, as the context will now be an emptyContext()instead of the original.
(#4977)
opentelemetry-sdk: drop non-finite measurements (NaN and Inf) at theinstrument level to prevent permanent aggregation poisoning
(#5336)
opentelemetry-sdk: raiseValueErrorwhenExplicitBucketHistogramAggregationboundaries are not strictly increasingor finite
(#5340)
opentelemetry-sdk:ProcessResourceDetectorno longer collects or emitsprocess.command_argsandprocess.command_lineby default since the valuesare not sanitized and may contain sensitive information. Users who depend
on these resource attributes must pass
include_command_args=True.(#5364)
opentelemetry-exporter-otlp-proto-http: fix the OTLP HTTP metric exporterself-observability metrics over-counting data points when
max_export_batch_sizesplits a batch; each split now reports its owndata-point count instead of the whole-batch count.
(#5370)
opentelemetry-api: Prevent in-place mutation ofContextvia inheriteddictmethods(#5399)
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.