Skip to content

Commit

Permalink
Merge pull request #236 from parca-dev/merge-button
Browse files Browse the repository at this point in the history
Add FAQ section about obsolete Merge button
  • Loading branch information
metalmatze authored Feb 28, 2023
2 parents 016ed5f + 177db3b commit a96467e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ No. Profiling data is made up of statistics representing. For example, how much

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

## What happened to the Merge button?

Until Parca v0.16.0 Parca had a merge button next to the Search and Compare button.

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
merge these profiles is gone and you need to select individual profiles from the metrics graph.

## What are the 0x7f79e7a26b10 memory addresses I see in profiles?

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.
Expand Down

1 comment on commit a96467e

@vercel
Copy link

@vercel vercel bot commented on a96467e Feb 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

parca-docs – ./

parca-docs-git-main-parca-dev.vercel.app
parca-docs.vercel.app
parca-docs-parca-dev.vercel.app

Please sign in to comment.