Skip to content

Commit 8f61dd2

Browse files
authored
Merge branch 'main' into hover-tooltip
2 parents 1942022 + 374ada3 commit 8f61dd2

File tree

3 files changed

+1324
-1982
lines changed

3 files changed

+1324
-1982
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.

docusaurus-github-releases-plugin/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44

55
data-uri-to-buffer@^4.0.0:
6-
version "4.0.0"
7-
resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-4.0.0.tgz#b5db46aea50f6176428ac05b73be39a57701a64b"
8-
integrity sha512-Vr3mLBA8qWmcuschSLAOogKgQ/Jwxulv3RNE4FXnYWRGujzrRWQI4m12fQqRkwX06C0KanhLr4hK+GydchZsaA==
6+
version "4.0.1"
7+
resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz#d8feb2b2881e6a4f58c2e08acfd0e2834e26222e"
8+
integrity sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==
99

1010
fetch-blob@^3.1.2, fetch-blob@^3.1.4:
1111
version "3.2.0"
@@ -28,15 +28,15 @@ node-domexception@^1.0.0:
2828
integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
2929

3030
node-fetch@^3.2.10:
31-
version "3.2.10"
32-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.2.10.tgz#e8347f94b54ae18b57c9c049ef641cef398a85c8"
33-
integrity sha512-MhuzNwdURnZ1Cp4XTazr69K0BTizsBroX7Zx3UgDSVcZYKF/6p0CBe4EUb/hLqmzVhl0UpYfgRljQ4yxE+iCxA==
31+
version "3.3.0"
32+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.3.0.tgz#37e71db4ecc257057af828d523a7243d651d91e4"
33+
integrity sha512-BKwRP/O0UvoMKp7GNdwPlObhYGB5DQqwhEDQlNKuoqwVYSxkSZCSbHjnFFmUEtwSKRPU4kNK8PbDYYitwaE3QA==
3434
dependencies:
3535
data-uri-to-buffer "^4.0.0"
3636
fetch-blob "^3.1.4"
3737
formdata-polyfill "^4.0.10"
3838

3939
web-streams-polyfill@^3.0.3:
40-
version "3.1.1"
41-
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.1.1.tgz#1516f2d4ea8f1bdbfed15eb65cb2df87098c8364"
42-
integrity sha512-Czi3fG883e96T4DLEPRvufrF2ydhOOW1+1a6c3gNjH2aIh50DNFBdfwh2AKoOf1rXvpvavAoA11Qdq9+BKjE0Q==
40+
version "3.2.1"
41+
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz#71c2718c52b45fd49dbeee88634b3a60ceab42a6"
42+
integrity sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==

0 commit comments

Comments
 (0)