We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31dd40f commit b2128b8Copy full SHA for b2128b8
docs/configuration/config-file-reference.md
@@ -5992,6 +5992,11 @@ grpc_tls_config:
5992
# CLI flag: -server.grpc.keepalive.ping-without-stream-allowed
5993
[grpc_server_ping_without_stream_allowed: <boolean> | default = true]
5994
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
+
6000
# Output log messages in the given format. Valid formats: [logfmt, json]
6001
# CLI flag: -log.format
6002
[log_format: <string> | default = "logfmt"]
0 commit comments