Skip to content

Align heap sample type names with allocation profiles#351

Open
IlyasShabi wants to merge 1 commit into
mainfrom
ishabi/heap-sample-types
Open

Align heap sample type names with allocation profiles#351
IlyasShabi wants to merge 1 commit into
mainfrom
ishabi/heap-sample-types

Conversation

@IlyasShabi

Copy link
Copy Markdown

What does this PR do?:

Change Heap sample types names:

  • objects => inuse_objects
  • space => inuse_space

Motivation:

Removing the naming inconsistency between heap profiles and allocation profiles, this changs gives heap and allocation profiles one consistent contract: inuse_* always means live memory, and alloc_* means total allocations.

Additional Notes:

How to test the change?:

@IlyasShabi IlyasShabi added the semver-patch Bug or security fixes, mainly label Jun 10, 2026
@IlyasShabi IlyasShabi changed the title change Heap sample types names Align heap sample type names with allocation profiles Jun 10, 2026
@github-actions

Copy link
Copy Markdown

Overall package size

Self size: 2.2 MB
Deduped: 2.56 MB
No deduping: 2.56 MB

Dependency sizes | name | version | self size | total size | |------|---------|-----------|------------| | source-map | 0.7.6 | 185.63 kB | 185.63 kB | | pprof-format | 2.2.1 | 163.06 kB | 163.06 kB | | node-gyp-build | 4.8.4 | 13.86 kB | 13.86 kB |

🤖 This report was automatically generated by heaviest-objects-in-the-universe

@datadog-prod-us1-3

This comment has been minimized.

@IlyasShabi IlyasShabi marked this pull request as ready for review June 11, 2026 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

semver-patch Bug or security fixes, mainly

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant