Skip to content

Commit 04e309b

Browse files
docs(releasenotes): carry the native heap gotter release note on PR E
The feature-wide release note was dropped from the activator PR so the whole native heap feature is announced from a single place in the stack.
1 parent 4ffb053 commit 04e309b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
features:
2+
- |
3+
profiling: Add experimental, opt-in native (C/C++) heap allocation profiling that
4+
integrates with the OpenTelemetry eBPF profiler or Datadog Host Profiler, enabled via
5+
``DD_PROFILING_NATIVE_HEAP_ENABLED=true`` together with ``DD_PROFILING_ENABLED=true``.
6+
dd-trace-py arms ``ddheap:alloc`` USDT probes at profiler startup; the eBPF profiler
7+
collects and processes samples outside the application process. Allocation-only in
8+
this release, with live heap tracking planned for the future. It is a no-op when
9+
disabled.

0 commit comments

Comments
 (0)