honeycombio / beeline-go

Legacy instrumentation for golang apps with Honeycomb
https://honeycomb.io
Apache License 2.0
74 stars 48 forks source link

fix: preserve previous pprof labels after span end #306

Closed lizthegrey closed 2 years ago

lizthegrey commented 2 years ago

Fixes bug in #305 where previous pprof context wouldn't get restored after span end in case goroutine is reused for something else.