Junlong
Junlong
可以用文本格式的输出看一下 ``` holmes.WithTextDump(), ``` ps: 输出的holmes log 里的参数配置 似乎和你代码里声明参数配置 不一致, log里是 min:20, diff:25 abs 80 代码里是 30, 50, 60
>  但是这里说WithTextDump() 在cpu场景下会失效? 哦,是的。cpu不支持文本格式。 你能给出一个能复现的demo吗,我尝试debug一下
明白了。 请问这个pprof事件发生的时间点离服务启动的时间近吗?
> 这就是标准的pprof文件,dump的是cpu高那一会的快照。可以看下cpu占用情况,然后和正常的pprof对比一下 来看是哪里增高了 是标准的 profile文件,但是profile里没有sample。是不是不太正常。
> 如果这 5s 期间,异常消失了,那也是没有办法捕获异常的了 就算异常消失了,应该还有在运行的函数,除非这些函数运行很快,无法以默认的频率(100hz)捕获到它们。
Any update? I have the same issue with redis 3.2 and ioredis 4.27.9
> Any update? I have the same issue with redis 3.2 and ioredis 4.27.9 My fault, I mixed codis and cluster.
> requirements.txt conflicts. @azure1016 @richbeales Resolved conflicts
googletrans lib has an issue which across many version(I encountered it from 3.0 -> 4.0) https://github.com/ssut/py-googletrans/issues/234 so I decided to change my implementation to a simple way