This is an automated email from the ASF dual-hosted git repository.

jiashunzhu 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 1219993b remove white space from default value of bvar_dump_tabs
     new b382b529 Merge pull request #1920 from yyweii/master
1219993b is described below

commit 1219993b581533e0982a305fa60af37b79b7c9f8
Author: yyweii <thym...@gmail.com>
AuthorDate: Thu Sep 8 10:57:55 2022 +0800

    remove white space from default value of bvar_dump_tabs
---
 src/bvar/variable.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/bvar/variable.cpp b/src/bvar/variable.cpp
index c14e8dcb..7c7f523b 100644
--- a/src/bvar/variable.cpp
+++ b/src/bvar/variable.cpp
@@ -705,9 +705,9 @@ DEFINE_string(bvar_dump_exclude, "", "Dump bvar excluded 
from these wildcards, "
               "separated by semicolon(;), empty means no exclusion");
 DEFINE_string(bvar_dump_prefix, "<app>", "Every dumped name starts with this 
prefix");
 DEFINE_string(bvar_dump_tabs, "latency=*_latency*"
-                              "; qps=*_qps*"
-                              "; error=*_error*"
-                              "; system=*process_*,*malloc_*,*kernel_*",
+                              ";qps=*_qps*"
+                              ";error=*_error*"
+                              ";system=*process_*,*malloc_*,*kernel_*",
               "Dump bvar into different tabs according to the filters 
(seperated by semicolon), "
               "format: *(tab_name=wildcards;)");
 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org

Reply via email to