ssk01 commented on issue #3256: URL: https://github.com/apache/brpc/issues/3256#issuecomment-4647299474
1. curl "localhost:port/rpcz?error_code=1014&max_scan=10000" 默认就扫描100条,可以通过设置参数扫描到1000条。 2. 如果上面还捞不到,那真的是非常低频了。可能需要新加feature,考虑采集的时候(/rpcz/enable) ,query parameter带上查询条件,只落特定条件的请求。比如error_doe=1014/min_latency=99/min_request_size=1024等。 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
