grafana / grafana/pyroscope

Show allocated type in allocation flame graphs

Open
#1,967 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Go
Stars
11.7k
Forks
802
Avg merge
1d 19h
Merged PRs (30d)
80

Description

Currently, the allocation flame graphs only show the name of the method that did the allocation, but not the type that it allocated. This makes it harder to track down which allocation in that method is the problematic one. async-profiler shows the type (e.g. `long[]`) as the top frame. It would be great if pyroscope did the same.
```[tasklist]
### Tasks
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.