Skip to content

v2.87.0

Compare
Choose a tag to compare
@autorelease3 autorelease3 released this 23 Oct 15:25
· 49 commits to develop since this release
v2.87.0
8a8b1fb

✨ Features

  • Add DiagnosticTypeGoroutinesV2 debug handler.

    This diagnostic emits a goroutines pprof, compatible with go tool pprof. It provides additional information which the existing DiagnosticTypeGoroutinesV1 does not, such as pprof.LabelSet attribution of goroutines. (#850)