DataDog / gostackparse

Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parse a stack with tracebackancestors?

MichaelSnowden opened this issue · comments

I'd like to get ancestry information from the stack, but if I use this library with GODEBUG=tracebackancestors=<n>, it just returns error parsing stack: invalid function call on line 10: "[originating from goroutine 1]:". Are there any plans to implement this?