From 97066fd0e46a82ffa6b012117cfd428888d255f3 Mon Sep 17 00:00:00 2001 From: ncteisen Date: Fri, 13 Jul 2018 14:05:27 -0700 Subject: Support for GetTopChannels --- src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/ext/filters/client_channel') diff --git a/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc b/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc index 263b51ae89..01d05dbb14 100644 --- a/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc +++ b/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc @@ -1004,6 +1004,9 @@ grpc_channel_args* BuildBalancerChannelArgs( // A channel arg indicating the target is a grpclb load balancer. grpc_channel_arg_integer_create( const_cast(GRPC_ARG_ADDRESS_IS_GRPCLB_LOAD_BALANCER), 1), + // A channel arg indicating the target is a grpclb load balancer. + grpc_channel_arg_integer_create( + const_cast(GRPC_ARG_CHANNELZ_CHANNEL_IS_INTERNAL_CHANNEL), 1), }; // Construct channel args. grpc_channel_args* new_args = grpc_channel_args_copy_and_add_and_remove( -- cgit v1.2.3