Skip to content

Releases: parca-dev/parca-agent

v0.37.0

07 Apr 22:31
c10e548

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.36.0...v0.37.0

v0.36.0

27 Jan 19:56
33be919

Choose a tag to compare

What's Changed

Full Changelog: v0.35.3...v0.36.0

v0.35.3

21 Jan 20:33
7375d8d

Choose a tag to compare

What's Changed

Full Changelog: v0.35.2...v0.35.3

v0.35.2

20 Jan 10:20
3239937

Choose a tag to compare

What's Changed

  • Various LuaJIT fixes
  • Fix kernel module parsing

New Contributors

Full Changelog: v0.35.1...v0.35.2

v0.35.1

16 Dec 19:26
dc6e2c7

Choose a tag to compare

What's Changed

Full Changelog: v0.35.0...v0.35.1

v0.35.0

12 Nov 23:50
75127d5

Choose a tag to compare

What's Changed

Full Changelog: v0.34.0...v0.35.0

v0.34.0

16 Oct 11:23
48f7888

Choose a tag to compare

The biggest change in this release is that the custom-labels feature has reached sufficient maturity that we recommend enabling it for Go, Rust, C, and C++ workloads.

What's Changed

Full Changelog: v0.33.1...v0.34.0

v0.33.1

19 Sep 15:15
c1986c9

Choose a tag to compare

This fixes a bug with the Custom Labels feature causing it not to work for native binaries with non-empty .tdata sections.

All users of v0.33.0 should update to this version.

Bug Fixes

Full Changelog: v0.33.0...v0.33.1

v0.33.0

17 Sep 10:32
aa92ed3

Choose a tag to compare

The big new feature in v0.33.0 is the ability to add custom labels to stacks via minimal instrumentation from target processes. This works with Go by extracting all Goroutine labels (set via pprof.Do or pprof.SetGoRoutineLabels), or C, C++, and Rust using the custom-labels library (or anything else that follows the same ABI). Note, this is an experimental feature and may break in the future.

Enhancement

Bug fixes

Full Changelog: v0.32.0...v0.33.0

v0.32.0

13 Aug 15:03
3f001f1

Choose a tag to compare

This release of Parca Agent marks a huge milestone! From now on, Parca-Agent, the previously only fully open source, Apache2 licensed, and open for contributions eBPF-based profiler is now based on the opentelemetry-ebpf-profiler, and all language support efforts will be focused there. By basing the Parca-Agent on the opentelemetry-ebpf-profiler besides the C, C++, Rust, Go, Python, and Ruby support, it gained JVM, .NET, Perl, and PHP support! However, on top of the opentelemetry-ebpf-profiler the Parca Agent continues to ship a deep end-to-end integration with the Parca server, delivering the only fully open-source end-to-end system-wide profiling experience.

As such it ships several things on top:

  1. Allow the Parca server to asynchronously symbolized stacktraces. This means not only interpreted languages have function names, but C, C++, Rust, Go, etc. as well.
  2. A more optimized wire-protocol based on Apache Arrow. Less CPU time spent putting together the data to send off to the server and less bytes!
  3. A wide array of metadata from Kubernetes, containerd, cgroups, lxc, docker, etc. so you can make profiling adapt to how you organize your data!

And more!

To use the v0.32.0 release, a Parca server v0.22.0+ is required due to the new wire protocol. Try it out right away via the Quickstart!

Happy Profiling!

Parca Maintainers Team