ldak4747 opened a new issue, #1956:
URL: https://github.com/apache/incubator-brpc/issues/1956

   
即,是不是对于同一个MultiDimension(如求和,bvar::MultiDimension<bvar::Adder<uint32_t>>),其每个label取值,对应的recorder(如求和,bvar::Adder<uint32_t>),都需要一个Window的实例?
   
   类似,如已有:
       static const std::list<std::string> labels = {"idc", "method", "status"};
   ......
       std::list<std::string> labels_value = {"bj", "get", "200"};
       bvar::MultiDimension<bvar::Adder<uint32_t> > 
my_madder1("request_count_madder_uint32_t", labels);
       bvar::Adder<uint32_t>* my_adder1 = my_madder1.get_stats(labels_value);
   
       针对label取值为 {"bj", "get", "200"},获取其一秒window(求和/平均),是否需要一个:
       bvar::Window<bvar::Adder<uint32_t>>(.....)与之对应呢?


-- 
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: dev-unsubscr...@brpc.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to