Skip to content

Releases: DataDog/ddprof

v0.25.0

03 Apr 12:36
v0.25.0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.23.0...v0.25.0

latest-rc

02 Apr 20:45

Choose a tag to compare

latest-rc Pre-release
Pre-release

Warning

This is a RELEASE CANDIDATE and is NOT intended for use in production.

v0.23.0

18 Dec 10:31
v0.23.0
f9e8f21

Choose a tag to compare

ℹ️ This release includes a major fix for newer kernel versions. The issue was raised here.

What's Changed

Full Changelog: v0.22.1...v0.23.0

v0.22.1

06 Nov 17:02
v0.22.1
52c3b33

Choose a tag to compare

Main changes

  • Improved live heap tracking accuracy
    The --preset cpu_live_heap option now reports more accurate data.

What's Changed

Full Changelog: v0.20.0...v0.22.1

v0.22.0

31 Oct 12:10
v0.22.0
0522038

Choose a tag to compare

v0.22.0 Pre-release
Pre-release

Warning

This is a RELEASE CANDIDATE and is NOT intended for use in production.

What's Changed

Full Changelog: v0.21.0...v0.22.0

v0.21.0

23 Oct 10:10
v0.21.0
205b232

Choose a tag to compare

v0.21.0 Pre-release
Pre-release

Warning

This is a RELEASE CANDIDATE and is NOT intended for use in production.

  • Multiple fixes to improve live heap profiling numbers.

What's Changed

Full Changelog: v0.20.0...v0.21.0

v0.20.0

07 Aug 12:23
v0.20.0
6365469

Choose a tag to compare

Major changes

  • Fixed the order of inlined functions within stacktraces.
  • New preset to profile allocations only (alloc_live_heap).
    The preset will ensure that ddprof profiles only allocations (not CPU).
    CPU profiling can be achieved at host level by the dd-otel-host-profiler .

What's Changed

Full Changelog: v0.19.0...v0.20.0

v0.19.0

16 Oct 15:12
v0.19.0

Choose a tag to compare

Major updates

  • Thread names are displayed in the timeline view

What's Changed

Full Changelog: v0.18.0...v0.19.0

v0.18.0

18 Jul 12:36
v0.18.0
5849ebf

Choose a tag to compare

Major updates

  • Timeline is ON by default

What's Changed

Full Changelog: v0.17.1...v0.18.0

v0.17.1

11 Apr 07:27
v0.17.1

Choose a tag to compare

Major updates

  • Live heap mode is fixed (for leak investigations).
  • Our Symbolization library has changed: we now rely on blazesym.
  • We now have an option to retrieve inlining information -I,--inlined_functions
  • Code locations are OFF by default. Instead they are triggered with the -I,--inlined_functions option. This is done due to the potential overhead of parsing debug information.
  • PID mode is fixed (-p 1234).
  • The performance of --global mode is improved which results better profiler accuracy (events are no longer missed). The RSS usage of full host is considerably improved by this release.

What's Changed

Full Changelog: v0.16.0...v0.17.0

Full Changelog: v0.17.0...v0.17.1