Yikang Liao

Results 7 comments of Yikang Liao

ref https://github.com/opentracing/opentracing-go/issues/132

Will OpenTracing participate GSoC this year? Seem there is no OpenTracing related ideas in the cncf ideas list for GSoC 2018(see https://github.com/cncf/soc) cc @pritianka

Hey! I am a graduate student who want to apply GSoC this summer. I previously have some Go experience and I am seeking a Go performance optimization related project. The...

Hey, I tried to use Go pprof to profiling AlertManager, but this seems can only help us to locate some inefficient function implementation. The whole workflow of AlertManager includes: deduplicating,...

@brancz I tried to use the ambench code to launch a benchmark, there are some goroutine block events though, there is no mutex contention events: ![jj](https://user-images.githubusercontent.com/7658665/37060281-c65f93ec-215d-11e8-92eb-b077e2cb021d.jpg) PS: I launch AlertManager...

@brancz ![001](https://user-images.githubusercontent.com/7658665/37111086-dacfed04-220c-11e8-873f-fb3794cd1e98.jpg) ![002](https://user-images.githubusercontent.com/7658665/37111088-dae49da8-220c-11e8-98b0-343914a9f2f6.jpg)