TheFinalHydra commented on issue #1071: URL: https://github.com/apache/incubator-brpc/issues/1071#issuecomment-657225105
我在`latency_percentil`里面手动获取`cb->get_number(0.9999)`有时候是可以获取到值的,基本是若干个0后,就有几个值 下面是一部分数值 > ratio = 0.9999, val = 0 > ratio = 0.9999, val = 0 > ratio = 0.9999, val = 0 > ratio = 0.9999, val = 0 > ratio = 0.9999, val = 1 > ratio = 0.9999, val = 1 > ratio = 0.9999, val = 2 > ratio = 0.9999, val = 1 > ratio = 0.9999, val = 3 > ratio = 0.9999, val = 20673 > ratio = 0.9999, val = 0 > ratio = 0.9999, val = 0 > ratio = 0.9999, val = 0 > ratio = 0.9999, val = 0 > ratio = 0.9999, val = 14836 > ..... > ratio = 0.9999, val = 0 > ratio = 0.9999, val = 757 > ratio = 0.9999, val = 15320 > ratio = 0.9999, val = 61 > ratio = 0.9999, val = 1152 > ratio = 0.9999, val = 2687 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
