-
-
Notifications
You must be signed in to change notification settings - Fork 157
Update dependency ddtrace to ^0.46.0 #74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
@renovate
renovate
bot
changed the title
(削除) Update dependency ddtrace to ^0.45.0 (削除ここまで)
(追記) Update dependency ddtrace to ^0.46.0 (追記ここまで)
Jan 27, 2021
@renovate
renovate
bot
force-pushed
the
renovate/ddtrace-0.x
branch
from
January 27, 2021 17:42
1a7eeb8
to
1bfd39b
Compare
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.
Uh oh!
There was an error while loading. Please reload this page.
WhiteSource Renovate
This PR contains the following updates:
^0.44.0
->^0.46.0
Release Notes
DataDog/dd-trace-py
v0.46.0
Compare Source
v0.46.0
Upgrade Notes
get_traced_transport
method andddtrace.contrib.elasticsearch.transport
module.DD_TAGS
environment variable once at start.ddtrace.config.flask['extra_error_codes']
.New Features
ddtrace.profiling.auto
module will warn users if gevent monkey patching is done after the profiler is auto-instrumented.Profiler
object can now be passed tags with the tags keyword argument.Bug Fixes
{handler}
.v0.45.0
Compare Source
v0.45.0
Prelude
Python 3.9 wheels are now built and published to PyPI.
New Features
botocore: added
distributed_tracing
configuration setting which is enabled by default.The ddtrace-run command now supports the following arguments:
It now also has friendlier error messages when used incorrectly.
Add functionality to call
gevent.monkey.patch_all()
withddtrace-run
by setting the environment variableDD_GEVENT_PATCH_ALL=true
. This ensures that gevent patching is done as early as possible in the application.botocore: inject distributed tracing data to
ClientContext
to trace lambda invocations.botocore: inject tracing data to
MessageAttributes
.The profiler now tracks the running gevent Greenlet and store it as part of the CPU and wall time profiling information.
The profiler is now able to upload profiles to the Datadog Agent by using a Unix Domain Socket.
It is now possible to pass a
url
parameter to theProfiler
to specify the Datadog agent location.The new memory profiler for Python is now enabled by default. This improves the profiler memory consumption and performance impact. It can still be disabled by setting
DD_PROFILING_MEMALLOC=0
as an environment variable.The profiler now uses the tracer configuration if no configuration is provided.
pytest integration. This enables the
pytest <https://pytest.org>
_ runner to trace test executions.Upgrade Notes
Context.get()
has been removed and the functionality has been rolled intoContext.close_span()
.Tracer.record()
has similarly been removed as it is no longer useful withContext.get()
removed.The deprecated compatibility module
ddtrace.profile
has been removed.The profiler now uses the tracer configuration if no configuration is provided.
Deprecation Notes
The
pyddprofile
wrapper is deprecated. UseDD_PROFILING_ENABLED=true ddtrace-run
instead.The profiler does not catch uncaught exception anymore.
Bug Fixes
core: always reset the current_span in the context.
django:
Http404
exceptions will no longer be flagged as errorsdjango: add safe guards for building
http.url
span tag.aiobotocore: set span error for 5xx status codes.
elasticsearch: set span error for 5xx status codes.
django, DRF, ASGI: fix span type for web request spans.
Fixes span id tagging in lock profiling.
Fix UDS upload for profiling not using the correct path.
Fixed an issue in profiling exporting profiles twice when forking.
core: fix race condition in
TracerTagCollector
.Other Notes
DD_TRACE_STARTUP_LOGS=true
orDD_TRACE_DEBUG=true
.Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.