feat(writer): implement native writer [APMSP-1875]#13071
Merged
brettlangdon merged 13 commits intomainfrom Aug 8, 2025
Merged
Conversation
f6a7894 to
6da28c4
Compare
23e676c to
c369549
Compare
086ed3d to
62bf790
Compare
Contributor
|
|
Contributor
Circular import analysis🚨 New circular imports detected 🚨The following circular imports among modules have been detected on this PR, when compared to the base branch: Please consider refactoring your changes in accordance to the Separation of Concerns principle. |
2ac64de to
089e2d3
Compare
Contributor
Bootstrap import analysisComparison of import times between this PR and base. SummaryThe average import time from this PR is: 267 ± 6 ms. The average import time from base is: 267 ± 5 ms. The import time difference between this PR and base is: -0.4 ± 0.2 ms. The difference is not statistically significant (z = -1.92). Import time breakdownThe following import paths have grown:
|
dcfcc90 to
486beb8
Compare
2 tasks
P403n1x87
reviewed
Jul 1, 2025
P403n1x87
reviewed
Jul 1, 2025
P403n1x87
reviewed
Jul 1, 2025
P403n1x87
reviewed
Jul 1, 2025
c569fb4 to
a158aea
Compare
c569fb4 to
c816826
Compare
wconti27
approved these changes
Aug 6, 2025
Contributor
wconti27
left a comment
There was a problem hiding this comment.
Changes are okay for apm-idm-python files 👍
taegyunkim
reviewed
Aug 6, 2025
brettlangdon
reviewed
Aug 7, 2025
brettlangdon
approved these changes
Aug 7, 2025
rachelyangdog
approved these changes
Aug 8, 2025
taegyunkim
approved these changes
Aug 8, 2025
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.
TLDR
This PR adds a new Writer which uses the trace exporter from libdatadog to send traces to the agent.
Description
Motivation
This PR will allow dogfooding of the Trace Exporter in dd-trace-py
Testing
The full test suite has been run on with NativeWriter enable by default, when it is disabled only writer tests and integration tests are run on the NativeWriter.
Checklist
Reviewer Checklist