-
Notifications
You must be signed in to change notification settings - Fork 441
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
[Draft; don't merge] v2.0.0-rc #2427
base: main
Are you sure you want to change the base?
Conversation
BenchmarksBenchmark execution time: 2025-01-31 16:29:32 Comparing candidate commit 36f7fad in PR branch Some scenarios are present only in baseline or only in candidate runs. If you didn't create or remove some scenarios in your branch, this maybe a sign of crashed benchmarks 💥💥💥 Scenarios present only in baseline:
Found 2 performance improvements and 5 performance regressions! Performance is the same for 45 metrics, 1 unstable metrics. scenario:BenchmarkHttpServeTrace-24
scenario:BenchmarkInjectW3C-24
scenario:BenchmarkSetTagStringer-24
scenario:BenchmarkStartSpan-24
scenario:BenchmarkTracerAddSpans-24
|
This PR is stale because it has been open 20 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
…rror codes (#3012) Co-authored-by: Mikayla Toffler <[email protected]>
…tp requests. (V2) (#3088)
Co-authored-by: Rodrigo Arguello <[email protected]>
Co-authored-by: Mikayla Toffler <[email protected]>
Current GLS accessors for V1 and V2 conflict because they use the same slot to store different value types. Renaming those accessors means orchestrion will stop populating the accessors for V2, which will address the crasher reported at DataDog/orchestrion#520
What does this PR do?
This PR is a preview of the changes that will be merged into main for v2 release as
github.com/DataDog/dd-trace-go/v2
.Motivation
These are the main motivations behind releasing a v2:
gopkg.in
: this causes pain in enterprise customers.Reviewer's Checklist
For Datadog employees:
@DataDog/security-design-and-guidance
.Unsure? Have a question? Request a review!