-
Notifications
You must be signed in to change notification settings - Fork 306
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
v3.25.0 #3316
v3.25.0 #3316
Conversation
Co-authored-by: Thomas Hunter II <tlhunter@datadog.com>
* add cassandra-driver versions * add elasticsearch/opensearch versions * add mongodb versions * add pg versions * add oracledb versions
Overall package sizeSelf size: 4.73 MB Dependency sizes
🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov Report
@@ Coverage Diff @@
## v3.x #3316 +/- ##
=======================================
Coverage ? 86.04%
=======================================
Files ? 200
Lines ? 7766
Branches ? 33
=======================================
Hits ? 6682
Misses ? 1084
Partials ? 0 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
BenchmarksComparing candidate commit e5e6798 in PR branch Found 1 performance improvements and 0 performance regressions! Performance is the same for 688 metrics, 49 unstable metrics. scenario:spans-finish-later-14
|
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.
OK from ci visibility's perspective
* introduce peer service computation for outbound edges: * add DD_TRACE_SPAN_PEER_SERVICE environment variable * add peer service computation logic * TODO: add tests for config, outbound, tracer (?) * provide a helper for testing peer service computation * defer plugin `finish` to TracingPlugin in children
- adds support for the OpenAI package - includes many things that aren't typical with our other integrations - also sends metrics, even when runtime metrics are disabled for the tracer - also sends logs directly to the datadog backend, bypassing the agent - overall this is the most intricate of any integration we've had so far
* Wrap express process_params to taint route params * Add taint tracking plugin test for route params * Change name of express process params channel * Return process_param result * Address taint tracking plugin subscriptions test
* Add passport local and http instrumentations. * Add automated event tracking in appsec.. --------- Co-authored-by: Carles Capell <107924659+CarlesDD@users.noreply.github.com> Co-authored-by: simon-id <simon.id@datadoghq.com>
e5e6798
to
276525c
Compare
Features
Improvements
ServerPlugins
(moveHttpServer
,Http2Server
plugins toServerPlugin
s #3261)Bug Fixes