Skip to content

Commit

Permalink
update relnote wording
Browse files Browse the repository at this point in the history
  • Loading branch information
taegyunkim committed Oct 30, 2024
1 parent c548ac4 commit ffbcce0
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
fixes:
- |
profiling: periodically frees memory used for mapping thread id to ``Span``.
The mapping is used when `DD_PROFILING_ENDPOINT_COLLECTION_ENABLED``
and ``DD_PROFILING_STACK_V2_ENABLED`` were set to enable grouping of
profiles for endpoints.
profiling: when a Python thread finishes, frees memory used for mapping
its thread id to ``Span``. The mapping is populated and used when
`DD_PROFILING_ENDPOINT_COLLECTION_ENABLED`` and
``DD_PROFILING_STACK_V2_ENABLED`` were set to enable grouping of profiles
for endpoints.

0 comments on commit ffbcce0

Please sign in to comment.