grpc / grpc-experiments

Experiments and proposals for gRPC features.
1.07k stars 182 forks source link

channelz: add code gen scripts for OSS #302

Closed zpencer closed 6 years ago

zpencer commented 6 years ago

Build a self contained channelz.js from a channelz.proto.

Running buildscripts/channelz_codgen.sh will produce a web/channelzui/src/assets/channelz.js that reflects the SHA specified in the scripts.

The script fetches grpc/grpc-web to get the prereq docker image, does some additional setup, and then runs the code gen script.