aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/server/load_reporter
Commit message (Collapse)AuthorAge
* fix formatGravatar Junhao Li2018-08-09
|
* include cmath to fix gcc8 compilation errorGravatar Junhao Li2018-08-08
| | | | | | | | | This fix resolves the following compilation error on GCC8.1.1: ERROR: /home/junhao/tools/grpc/BUILD:1350:1: C++ compilation of rule '//:grpcpp_server_load_reporting' failed (Exit 1) src/cpp/server/load_reporter/util.cc:31:12: error: no member named 'isnormal' in namespace 'std' if (std::isnormal(cost_value)) { ~~~~~^ 1 error generated.
* Add server load reporting serviceGravatar Juanli Shen2018-07-13
|
* Add load reporterGravatar Juanli Shen2018-06-21
|
* Add load data storeGravatar Juanli Shen2018-05-01