This change delivers support for Delta Profiles along with a performance improvement in situations when the application generates very large traces.
Features
- profiler: Convert the Allocations, Allocated Memory, Mutex and Block profiles to delta profiles over the profiling period rather than over the lifetime of the process (#842). Please refer to this google doc for more information.
Fixes
- ddtrace/tracer: remove the waitClose mechanism which fixes a memory leak with very large traces (#976)
To view all changes check out new commits and the 1.33.0 milestone.