Skip to content

v0.33.0

Compare
Choose a tag to compare
@brancz brancz released this 17 Sep 10:32
aa92ed3

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