grpc/test/core/census
Jim King e042801b1c Merge pull request #9429 from Vizerai/trace_context_proto
Updated trace_context.proto and associated files.
2017-02-01 16:09:04 -08:00
..
data Updated trace_context.proto and associated files. 2017-02-01 16:05:12 -08: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 Replace timeout/scaling macros with functions. 2017-01-31 15:40:20 -05:00
resource_test.c Clang format 2016-08-11 11:21:30 -07:00
trace_context_test.c Updated trace_context.proto and associated files. 2017-02-01 16:05:12 -08: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