Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
agent: avoid truncating stacktrace if it's bigger than 64kb (#29)
Using pprof.Lookup("goroutine") instead of runtime.Stack directly because the former already takes care of expanding the buffer used with runtime.Stack until it's big enough for the stack.
- Loading branch information