Skip to content

Commit a96467e

Browse files
authored
Merge pull request #236 from parca-dev/merge-button
Add FAQ section about obsolete Merge button
2 parents 016ed5f + 177db3b commit a96467e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/faq.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ No. Profiling data is made up of statistics representing. For example, how much
2626

2727
Read the docs on [symbolization](https://www.parca.dev/docs/symbolization) to understand further why.
2828

29+
## What happened to the Merge button?
30+
31+
Until Parca v0.16.0 Parca had a merge button next to the Search and Compare button.
32+
33+
With version v0.16.0 the merge button is gone. Profiles that can be merged will automatically merge across the selected time range. Some profiles (goroutines, memory heap, and allocations) never made sense to be merged. Therefore, the functionality to
34+
merge these profiles is gone and you need to select individual profiles from the metrics graph.
35+
2936
## What are the 0x7f79e7a26b10 memory addresses I see in profiles?
3037

3138
This means the Parca server is failed to symbolize the profile that it received. For the [generic profiles](/docs/symbolization#type-of-profiles), the function metadata is decoupled from the actual executable and source code. In this particular situation, Parca has the profile but not the metadata.

0 commit comments

Comments
 (0)