This is an automated email from the ASF dual-hosted git repository.
wwbmmm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git
The following commit(s) were added to refs/heads/master by this push:
new c1d1eaab Update mbvar_c++.md
c1d1eaab is described below
commit c1d1eaab3f563c6e1344276df3ed74a730876677
Author: Weibing Wang <[email protected]>
AuthorDate: Fri Nov 25 15:49:47 2022 +0800
Update mbvar_c++.md
---
docs/cn/mbvar_c++.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/cn/mbvar_c++.md b/docs/cn/mbvar_c++.md
index cee99bba..c68f95d7 100644
--- a/docs/cn/mbvar_c++.md
+++ b/docs/cn/mbvar_c++.md
@@ -186,7 +186,7 @@ class MVariable {
};
```
-最常见的导出需求是通过HTTP接口查询和写入本地文件,多维度统计暂时不提供HTTP接口方式查询,后者已经在bvar中实现了,由用户选择开启,该功能由下面5个gflags控制,你的程序需要使用gflags。
+最常见的导出需求是通过HTTP接口查询和写入本地文件,多维度统计支持通过内置服务`/brpc_metrics`接口方式查询。也支持写入本地文件,该功能由下面5个gflags控制,你的程序需要使用gflags。
| 名称 | 默认值 | 描述 |
| ------ | ------ | ------ |
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]