Initial value: 1 =
"""Add Channelz servicer to a server.
3 Channelz servicer is in charge of
4 pulling information from C-Core for entire process. It will allow the
5 server to response to Channelz queries.
7 The Channelz statistic is enabled by default inside C-Core. Whether the
8 statistic is enabled or not is isolated from adding Channelz servicer.
9 That means you can query Channelz info with a Channelz-disabled channel,
10 and you can add Channelz servicer to a Channelz-disabled server.
12 The Channelz statistic can be enabled or disabled by channel option
13 'grpc.enable_channelz'. Set to 1 to enable, set to 0 to disable.
15 This is an EXPERIMENTAL API.
18 server: A gRPC server to which Channelz service will be added.
Definition at line 22 of file channelz.py.