fix(deps): update module gopkg.in/datadog/dd-trace-go.v1 to v1.64.0 #195
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:
v1.63.1
->v1.64.0
Release Notes
DataDog/dd-trace-go (gopkg.in/DataDog/dd-trace-go.v1)
v1.64.0
Compare Source
Summary
In this release, the tracer adds support for tag-based sampling in sampling rules set via remote configuration. See https://docs.datadoghq.com/tracing/trace_collection/runtime_config/ for more on remote configuration.
Additionally, the tracer now supports matching numeric values via span sampling rules, in addition to string values.
For example,
[{"error_code": "4??", "sampling_rate":"0.01"}]
will now match both the integer 403 andthe string `"403". String matches are now case-insensitive.
This release brings several bug fixes to the tracer, contrib packages, and remote configuration.
Changes
Application Performance Monitoring (APM)
Fixes
Application Performance Monitoring (APM)
c.Error(...)
inside echotrace middlewares by @nakkamarra in https://github.com/DataDog/dd-trace-go/pull/2609tracestate
length by @bouwkast in https://github.com/DataDog/dd-trace-go/pull/2585_dd.p.dm
decision maker collision on number 10. by @yuanyuanzhao3 in https://github.com/DataDog/dd-trace-go/pull/2672New Contributors
Full Changelog: DataDog/dd-trace-go@v1.63.1...v1.64.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 Renovate Bot.