Posted in 问题排查与答疑Go程序goroutine数突破10万却无感知?3行代码接入runtime.GoroutineProfile + Prometheus自定义Exporter实现实时goroutine画像 第一章:Go程序goroutin … Go程序goroutine数突破10万却无感知?3行代码接入runtime.GoroutineProfile + Prometheus自定义Exporter实现实时goroutine画像Read more by Gopher的成长日记|2026年3月19日|metrics-exporter, 开源goroutine监控工具, Go语言编程实践, Prometheus指标持久化, runtime.GoroutineProfile, Go高并发调试
Posted in 问题排查与答疑Go递归与goroutine泄漏的隐秘关联:一个被忽略的runtime.GoroutineProfile误用案例 第一章:Go递归函数的基本原理与 … Go递归与goroutine泄漏的隐秘关联:一个被忽略的runtime.GoroutineProfile误用案例Read more by Go语言笔记|2026年2月24日|Go并发陷阱, Go递归技巧, Go语言CGO性能优化, runtime.GoroutineProfile, goroutine泄漏防护
Posted in 问题排查与答疑Golang单测中context.WithTimeout()为何总触发cancel?从runtime.goroutineProfile反推测试协程泄漏根因 第一章:Golang单测中con … Golang单测中context.WithTimeout()为何总触发cancel?从runtime.goroutineProfile反推测试协程泄漏根因Read more by 并发世界漫游者|2026年2月5日|协程泄漏修复, context.WithTimeout失效, -v测试超时, runtime.GoroutineProfile, Golang单测覆盖率
Posted in 问题排查与答疑Go协程泄漏梗图诊断矩阵:基于runtime.GoroutineProfile的5类泄漏模式+对应梗图特征指纹 第一章:Go协程泄漏梗图诊断矩阵 … Go协程泄漏梗图诊断矩阵:基于runtime.GoroutineProfile的5类泄漏模式+对应梗图特征指纹Read more by Go语言修行者|2026年2月3日|Go协程泄漏, Go并发泄漏, runtime.GoroutineProfile, 协程泄漏诊断, 梗图特征指纹