Skip to content

v0.20.0

Compare
Choose a tag to compare
@brancz brancz released this 20 Oct 11:23
· 1728 commits to main since this release
d2b3947

What's Changed

This release features tons of performance improvements, this is the lowest CPU and memory usage Parca server yet!

Highlights:

  • All interactions that previously required holding shift and interacting, are now replaced with right-clicks.
  • Icicle graphs can now be grouped by binary, filename and address in addition to previously only function name and labels.
  • Display function inlining information in the UI.

Changes

Apache Arrow is now the one and only format to read and write data in the internal storage.

Features

  • UI: Show whether function was inlined in hover bubble. by @brancz in #3896
  • UI: Allow aggregating icicle graph by binary, filename and address by @brancz in #3897
  • UI: Add visibility dropdown for columns by @metalmatze in #3780
  • scrape: Support parsing executable info out of pprof comments by @brancz in #3911

Enhancements

Bug fixes

  • query: Fix nil panic when building flat flamegraph by @brancz in #3892
  • ingestion: Ensure base address normalizaton only happens once by @brancz in #3903

Full Changelog: v0.19.0...v0.20.0