Profiling: Enable flame graph & Phlare/Parca data sources for all users (#63488)
* Remove flame graph toggle * Remove beta badge from panel * Update expectedListResp.json * Update flame graph container to only show if there is data
This commit is contained in:
@@ -13,8 +13,6 @@ weight: 850
|
||||
|
||||
# Flame graph panel
|
||||
|
||||
> **Note:** This panel is currently in beta & behind the `flameGraph` feature toggle.
|
||||
|
||||
The flame graph takes advantage of the hierarchical nature of profiling data. It condenses data into a format that allows you to easily see which code paths are consuming the most system resources.
|
||||
|
||||
These resources are measured through profiles which aggregate that information into a format which is then sent to the flame graph visualization. For example, allocated objects or space when measuring memory.
|
||||
|
||||
Reference in New Issue
Block a user