Cool, it's really a long-awaited feature.
On Mon, Aug 15, 2022 at 10:32 PM Shuai Liu <[email protected]> wrote: > > Hi all, > > I am pleased to announce that mbvar(multi-dimensional) feature has been > available! > > bvar is a high performance counters in multi-threaded applications and view > miscellaneous > statistics conveniently in multi-threaded applications. > The implementation reduces cache bouncing by storing data in thread local > storage(TLS). > > More resources: > - What is bvar? <https://brpc.apache.org/docs/bvar/bvar/> > - How to use bvar with c++? <https://brpc.apache.org/docs/bvar/bvar-c++/> > - How to use mbvar with c++? > < https://github.com/apache/incubator-brpc/blob/master/docs/cn/mbvar_c%2B%2B.md > > > Best Regards, > serverglen
