Skip to content

Commit b2128b8

Browse files
committed
update docs
Signed-off-by: Ben Ye <[email protected]>
1 parent 31dd40f commit b2128b8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/configuration/config-file-reference.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5992,6 +5992,11 @@ grpc_tls_config:
59925992
# CLI flag: -server.grpc.keepalive.ping-without-stream-allowed
59935993
[grpc_server_ping_without_stream_allowed: <boolean> | default = true]
59945994
5995+
# Enable Channelz for gRPC server. A web UI will be also exposed on the HTTP
5996+
# server at /channelz
5997+
# CLI flag: -server.enable-channelz
5998+
[enable_channelz: <boolean> | default = false]
5999+
59956000
# Output log messages in the given format. Valid formats: [logfmt, json]
59966001
# CLI flag: -log.format
59976002
[log_format: <string> | default = "logfmt"]

0 commit comments

Comments
 (0)