-
Notifications
You must be signed in to change notification settings - Fork 470
feat(writer): implement native writer [APMSP-1875] #13071
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
Conversation
f6a7894 to
6da28c4
Compare
23e676c to
c369549
Compare
086ed3d to
62bf790
Compare
|
|
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
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
c569fb4 to
a158aea
Compare
c569fb4 to
c816826
Compare
wconti27
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes are okay for apm-idm-python files 👍
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