Skip to content

V3.13.2 proposal#2771

Merged
iunanua merged 8 commits intov3.xfrom
v3.13.2-proposal
Feb 7, 2023
Merged

V3.13.2 proposal#2771
iunanua merged 8 commits intov3.xfrom
v3.13.2-proposal

Conversation

@iunanua
Copy link
Copy Markdown
Contributor

@iunanua iunanua commented Feb 6, 2023

Release notes V3.13.2

Bugfixes

Improvements

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 6, 2023

Overall package size

Self size: 3.74 MB
Deduped: 57.23 MB
No deduping: 63.84 MB

Dependency sizes

name version self size total size
@datadog/pprof 1.1.1 10.9 MB 17.75 MB
@datadog/native-iast-taint-tracking 1.1.0 13.38 MB 13.39 MB
@datadog/native-appsec 2.0.0 12.33 MB 12.34 MB
@datadog/native-metrics 1.5.0 7.1 MB 7.11 MB
protobufjs 7.1.2 2.76 MB 6.55 MB
@datadog/native-iast-rewriter 1.1.2 2.06 MB 2.08 MB
opentracing 0.14.7 194.81 kB 194.81 kB
@datadog/sketches-js 2.1.0 109.9 kB 109.9 kB
lodash.sortby 4.7.0 75.76 kB 75.76 kB
lru-cache 7.14.0 74.95 kB 74.95 kB
semver 5.7.1 61.58 kB 61.58 kB
ipaddr.js 2.0.1 59.52 kB 59.52 kB
ignore 5.2.0 48.87 kB 48.87 kB
import-in-the-middle 1.3.4 32.7 kB 37.17 kB
istanbul-lib-coverage 3.2.0 29.34 kB 29.34 kB
retry 0.10.1 27.44 kB 27.44 kB
lodash.uniq 4.5.0 25.01 kB 25.01 kB
limiter 1.1.5 23.17 kB 23.17 kB
lodash.kebabcase 4.1.1 17.75 kB 17.75 kB
lodash.pick 4.4.0 16.33 kB 16.33 kB
node-abort-controller 3.0.1 14.33 kB 14.33 kB
crypto-randomuuid 1.0.0 11.18 kB 11.18 kB
diagnostics_channel 1.1.0 7.07 kB 7.07 kB
path-to-regexp 0.1.7 6.78 kB 6.78 kB
koalas 1.0.2 6.47 kB 6.47 kB
methods 1.1.2 5.29 kB 5.29 kB
module-details-from-path 1.0.3 4.47 kB 4.47 kB

🤖 This report was automatically generated by heaviest-objects-in-the-universe

@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 6, 2023

Codecov Report

❗ No coverage uploaded for pull request base (v3.x@fa07bc7). Click here to learn what that means.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             v3.x    #2771   +/-   ##
=======================================
  Coverage        ?   89.18%           
=======================================
  Files           ?      314           
  Lines           ?    10880           
  Branches        ?       33           
=======================================
  Hits            ?     9703           
  Misses          ?     1177           
  Partials        ?        0           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@pr-commenter
Copy link
Copy Markdown

pr-commenter Bot commented Feb 6, 2023

Benchmarks

Comparing candidate commit 0069ee1 in PR branch v3.13.2-proposal with baseline commit fa07bc7 in branch v3.x.

Found 3 performance improvements and 5 performance regressions! Performance is the same for 1192 cases.

scenario:plugin-http-client-with-tracer-14

  • 🟩 max_rss_usage [-4.110KB; -3.716KB] or [-6.812%; -6.158%]

scenario:plugin-bluebird-with-tracer-14

  • 🟥 cpu_system_time [+0.489ms; +3.833ms] or [+1.808%; +14.168%]

scenario:exporting-pipeline-0.4_with_stats-14

  • 🟥 max_rss_usage [+0.896KB; +1.243KB] or [+1.609%; +2.232%]

scenario:plugin-dns-control-16

  • 🟩 cpu_system_time [-11.799ms; -2.209ms] or [-15.108%; -2.829%]
  • 🟥 cpu_user_time [+2.988ms; +12.893ms] or [+4.128%; +17.816%]

scenario:appsec-control-with-attacks-16

  • 🟩 cpu_system_time [-7.020ms; -0.948ms] or [-19.745%; -2.668%]

scenario:encoders-0.4-18

  • 🟥 cpu_system_time [+7.392ms; +35.041ms] or [+1.802%; +8.542%]
  • 🟥 max_rss_usage [+6.047KB; +6.254KB] or [+2.996%; +3.099%]

@iunanua iunanua marked this pull request as ready for review February 6, 2023 16:34
@iunanua iunanua requested a review from a team as a code owner February 6, 2023 16:34
rochdev
rochdev previously approved these changes Feb 6, 2023
mehulsonowal and others added 2 commits February 6, 2023 18:07
* add os, kernel, architecture fields

* test host obj

* Update packages/dd-trace/src/telemetry/index.js

Co-authored-by: simon-id <simon.id@datadoghq.com>

* Update packages/dd-trace/src/telemetry/index.js

Co-authored-by: simon-id <simon.id@datadoghq.com>

* Update packages/dd-trace/src/telemetry/index.js

Co-authored-by: simon-id <simon.id@datadoghq.com>

* Update packages/dd-trace/src/telemetry/index.js

Co-authored-by: simon-id <simon.id@datadoghq.com>

* fix lint issues

* Update packages/dd-trace/test/telemetry/index.spec.js

Co-authored-by: simon-id <simon.id@datadoghq.com>

* Update packages/dd-trace/src/telemetry/index.js

Co-authored-by: simon-id <simon.id@datadoghq.com>

---------

Co-authored-by: simon-id <simon.id@datadoghq.com>
@iunanua iunanua merged commit ad7fe93 into v3.x Feb 7, 2023
@tlhunter tlhunter deleted the v3.13.2-proposal branch January 19, 2024 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants