Skip to content

0.44.0

Compare
Choose a tag to compare
@marcotc marcotc released this 06 Jan 20:42
· 7672 commits to master since this release
e796c93

Added

Changed

  • Reduce Runtime Metrics frequency to every 10 seconds (#1269)
    We reduced the frequency from every 1 second to every 10 seconds. This greatly reduces the overhead of using Runtime Metrics: 10% (26MiB) memory usage reduction in a sample Rails 6 application) while not having measurable impact on the quality of data collected. It also aligns dd-trace-rb with other language tracers.

Fixed

  • Disambiguate resource names for Grape endpoints with shared paths (#1279) (@pzaich)
  • Remove invalid Jenkins URL from CI integration (#1283)

Refactored

Read the full changeset and the release milestone.