Re: [I] server中brpc::StreamWait卡在了thread::TaskGroup::sched_to (brpc)

2024-07-05 Thread via GitHub
GreateCode commented on issue #2680: URL: https://github.com/apache/brpc/issues/2680#issuecomment-2210516950 @jamesge -- 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 un

[I] Bvar会丢失数据 (brpc)

2024-07-05 Thread via GitHub
icexin opened a new issue, #2682: URL: https://github.com/apache/brpc/issues/2682 我用mbvar来模拟prometheus的histogram指标,通过添加一个le的label来统计所有小于等于这个值的counter,其中+inf应该等于所有的请求数。但跑了一段时间后发现counter数并没有按照le的大小排序。如图 ![image](https://github.com/apache/brpc/assets/2713364/875799b8-c0c5-4f3e-b6fe-f427

Re: [I] Bvar会丢失数据 (brpc)

2024-07-05 Thread via GitHub
icexin commented on issue #2682: URL: https://github.com/apache/brpc/issues/2682#issuecomment-2210814523 其中多维度指标的大概代码类似 ``` MultiDimension> buckets_("ns", "name", {"le"}) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [I] variable.cpp error: ‘StringFlagDestructor’ does not name a type (brpc)

2024-07-05 Thread via GitHub
wasphin commented on issue #2679: URL: https://github.com/apache/brpc/issues/2679#issuecomment-2211589472 gflags 2.1 中有一处 namespace 的问题,在 2.2 中修复了,可以升级下 https://github.com/gflags/gflags/commit/408061b46974cc8377a8a794a048ecae359ad887 -- This is an automated message from the Apache

(brpc) branch release-1.10 created (now 81ae605d)

2024-07-05 Thread xiaofeng
This is an automated email from the ASF dual-hosted git repository. xiaofeng pushed a change to branch release-1.10 in repository https://gitbox.apache.org/repos/asf/brpc.git at 81ae605d Merge pull request #2610 from yanglimingcn/bugfix/remove_old_rpcz_directory No new revisions were add