Classes | |
class | ChannelzServicePlugin |
Functions | |
static std::unique_ptr< grpc::ServerBuilderPlugin > | CreateChannelzServicePlugin () |
void | InitChannelzService () |
|
static |
Definition at line 69 of file channelz_service_plugin.cc.
void grpc::channelz::experimental::InitChannelzService | ( | ) |
Add channelz server plugin to ServerBuilder. This function should be called at static initialization time. This service is experimental for now. Track progress in https://github.com/grpc/grpc/issues/15988.
Definition at line 74 of file channelz_service_plugin.cc.