grpc/test/core/census
Vizerai afcb0f7b2d update 2016-09-13 14:57:51 -07:00
..
data initial commit of tracing context files 2016-09-09 14:22:19 -07:00
README initial implementation of resource handling 2016-06-02 17:11:46 -07:00
context_test.c Update copyrights 2016-03-31 07:46:18 -07:00
mlog_test.c Merge github.com:grpc/grpc into optionalize_census 2016-03-31 13:09:50 -07:00
resource_test.c Clang format 2016-08-11 11:21:30 -07:00
trace_context_test.c update 2016-09-13 14:57:51 -07:00

README

Test source and data files for Census.

binary proto files (*.pb) in data directory are generated from the *.txt file,
via:

BASE="filename"
cat $BASE.txt | protoc --encode=google.census.Resource census.proto > $BASE.pb