SkyAPM / go2sky

Distributed tracing and monitor SDK in Go for Apache SkyWalking APM
https://skywalking.apache.org/
Apache License 2.0
448 stars 122 forks source link

Performance profiling in go2sky #76

Closed WideLee closed 2 years ago

WideLee commented 3 years ago

It is wonderful to analyze performance issue using SkyWalking such as Java in this blog. Golang has pprof which can snapshot goroutine and heap allocation, is any plan to support analyzing performance bottleneck in go2sky?

THANK YOU 😄