Commit 2bf154e
chore(writer): enable native writer by default (#15278)
## Description
Enables the native writer by default. The native writer can still be
disabled through _DD_TRACE_WRITER_NATIVE.
## Testing
All tests are run with the native writer. The native writer have also
been enabled on some services internally for dogfooding purposes.
## Risks
This changes the logic behind trace export and client-side stats
computation (for customers who enabled it). We expect no change in
behavior for trace exporting. Client-side stats behavior may show some
differences as the current python implementation is not fully compliant
with the client-side stats spec.
---------
Co-authored-by: Emmett Butler <[email protected]>
(cherry picked from commit c2e0ab9)1 parent 1da2c7d commit 2bf154e
File tree
5 files changed
+246
-239
lines changed- .gitlab/benchmarks
- ddtrace/internal/settings
- tests
- contrib/mcp
- integration
- telemetry
5 files changed
+246
-239
lines changed
0 commit comments