Skip to content

Releases: raidancampbell/pcabinet

Kubernetes Support

05 Apr 15:47
c88486d
Compare
Choose a tag to compare

This version adds support for understanding kubernetes contexts, namespaces, and services in order to correctly port-forward to a target service and extract a profile

Feature Complete

16 Sep 19:54
0f111e9
Compare
Choose a tag to compare
  • goroutine, block, and mutex profiles now supported
  • configuration centralized for go install support
  • CPU profiling can optionally pre-sample for 1 second to ensure there's enough CPU usage for a useful profile
  • multiple profiles can be sequentially captured from a single service
  • estimated time to completion now displayed

Initial release

08 Aug 18:52
a4a83dc
Compare
Choose a tag to compare

supports CPU and heap profiles, and trace captures. Must be run within the repository directory.