C implementation of Census trace store and stats store for grpc C lib.
Change on 2015/01/08 by hongyu <hongyu@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83556470
Showing
- Makefile 323 additions, 7 deletionsMakefile
- build.json 25 additions, 0 deletionsbuild.json
- include/grpc/support/time.h 2 additions, 0 deletionsinclude/grpc/support/time.h
- src/core/channel/census_filter.c 11 additions, 7 deletionssrc/core/channel/census_filter.c
- src/core/statistics/census_init.c 15 additions, 2 deletionssrc/core/statistics/census_init.c
- src/core/statistics/census_rpc_stats.c 201 additions, 5 deletionssrc/core/statistics/census_rpc_stats.c
- src/core/statistics/census_rpc_stats.h 19 additions, 7 deletionssrc/core/statistics/census_rpc_stats.h
- src/core/statistics/census_tracing.c 144 additions, 5 deletionssrc/core/statistics/census_tracing.c
- src/core/statistics/census_tracing.h 59 additions, 0 deletionssrc/core/statistics/census_tracing.h
- src/core/support/time.c 4 additions, 0 deletionssrc/core/support/time.c
- test/core/end2end/gen_build_json.py 1 addition, 0 deletionstest/core/end2end/gen_build_json.py
- test/core/end2end/tests/census_simple_request.c 176 additions, 0 deletionstest/core/end2end/tests/census_simple_request.c
- test/core/statistics/census_stub_test.c 4 additions, 2 deletionstest/core/statistics/census_stub_test.c
- test/core/statistics/rpc_stats_test.c 197 additions, 0 deletionstest/core/statistics/rpc_stats_test.c
- test/core/statistics/trace_test.c 158 additions, 0 deletionstest/core/statistics/trace_test.c
- vsprojects/vs2013/grpc.vcxproj 1 addition, 0 deletionsvsprojects/vs2013/grpc.vcxproj
- vsprojects/vs2013/grpc_unsecure.vcxproj 1 addition, 0 deletionsvsprojects/vs2013/grpc_unsecure.vcxproj
Loading
Please register or sign in to comment