Tracing Goroutines in Realtime with eBPF

sazak.io

23 points

darccio

3 days ago


4 comments

trueno 26 minutes ago

that is actually sick.

how common is it for go devs to experience leaking goroutines ? id like to think go is a lot less shoot yourself in the foot here since they provide a framework for concurrency/parallelism rather than you working with the tiny pieces of it and building out the architecture yourself, but ive only needed to use goroutines once and it was a pretty problem-free experience.

xtoilette an hour ago

Cool! is there something similar for async rust ?

tsuzu an hour ago

So cool! Does it support multiple Go versions?