aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/codegen/core
diff options
context:
space:
mode:
authorGravatar Hongyu Chen <hongyu@google.com>2015-12-10 16:19:24 -0800
committerGravatar Hongyu Chen <hongyu@google.com>2015-12-10 16:19:24 -0800
commit134cac200437e2e86e500a342e801177b58e3756 (patch)
tree491fbd5d8c58df95a453b689a7a7dc06991a5557 /tools/codegen/core
parent1fa931c374a5b5872bdeacdebd5e24c2638849b1 (diff)
Address comments: revert all changes except adding two new metadata keys
"census" and "census-bin"
Diffstat (limited to 'tools/codegen/core')
-rwxr-xr-xtools/codegen/core/gen_static_metadata.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/codegen/core/gen_static_metadata.py b/tools/codegen/core/gen_static_metadata.py
index fb7e6d05d5..3e47d7f6d5 100755
--- a/tools/codegen/core/gen_static_metadata.py
+++ b/tools/codegen/core/gen_static_metadata.py
@@ -50,7 +50,8 @@ CONFIG = [
'host',
'grpc-message',
'grpc-status',
- ':census',
+ 'census',
+ 'census-bin',
'',
('grpc-status', '0'),
('grpc-status', '1'),