vitess.io/vitess@v0.16.2/doc/flags/14.0-to-15.0-transition/vtctlclient.diff (about)

     1  diff --git a/flags/14.0/vtctlclient.txt b/flags/15.0/vtctlclient.txt
     2  index 2ee62d7..207f319 100644
     3  --- a/flags/14.0/vtctlclient.txt
     4  +++ b/flags/15.0/vtctlclient.txt
     5  @@ -1,43 +1,41 @@
     6   Usage of vtctlclient:
     7  -      --action_timeout duration                                          timeout for the total command (default 1h0m0s)
     8  -      --alsologtostderr                                                  log to standard error as well as files
     9  -      --datadog-agent-host string                                        host to send spans to. if empty, no tracing will be done
    10  -      --datadog-agent-port string                                        port to send spans to. if empty, no tracing will be done
    11  -      --emit_stats                                                       If set, emit stats to push-based monitoring and stats backends
    12  -      --grpc_auth_static_client_creds string                             when using grpc_static_auth in the server, this file provides the credentials to use to authenticate with server
    13  -      --grpc_compression string                                          Which protocol to use for compressing gRPC. Default: nothing. Supported: snappy
    14  -      --grpc_enable_tracing                                              Enable GRPC tracing
    15  -      --grpc_initial_conn_window_size int                                gRPC initial connection window size
    16  -      --grpc_initial_window_size int                                     gRPC initial window size
    17  -      --grpc_keepalive_time duration                                     After a duration of this time, if the client doesn't see any activity, it pings the server to see if the transport is still alive. (default 10s)
    18  -      --grpc_keepalive_timeout duration                                  After having pinged for keepalive check, the client waits for a duration of Timeout and if no activity is seen even after that the connection is closed. (default 10s)
    19  -      --grpc_max_message_size int                                        Maximum allowed RPC message size. Larger messages will be rejected by gRPC with the error 'exceeding the max size'. (default 16777216)
    20  -      --grpc_prometheus                                                  Enable gRPC monitoring with Prometheus
    21  -      --jaeger-agent-host string                                         host and port to send spans to. if empty, no tracing will be done
    22  -      --keep_logs duration                                               keep logs for this long (using ctime) (zero to keep forever)
    23  -      --keep_logs_by_mtime duration                                      keep logs for this long (using mtime) (zero to keep forever)
    24  -      --log_backtrace_at value                                           when logging hits line file:N, emit a stack trace
    25  -      --log_dir string                                                   If non-empty, write log files in this directory
    26  -      --log_err_stacks                                                   log stack traces for errors
    27  -      --log_rotate_max_size uint                                         size in bytes at which logs are rotated (glog.MaxSize) (default 1887436800)
    28  -      --logtostderr                                                      log to standard error instead of files
    29  -      --purge_logs_interval duration                                     how often try to remove old logs (default 1h0m0s)
    30  -      --server string                                                    server to use for connection
    31  -      --stats_backend string                                             The name of the registered push-based monitoring/stats backend to use
    32  -      --stats_combine_dimensions string                                  List of dimensions to be combined into a single "all" value in exported stats vars
    33  -      --stats_common_tags string                                         Comma-separated list of common tags for the stats backend. It provides both label and values. Example: label1:value1,label2:value2
    34  -      --stats_drop_variables string                                      Variables to be dropped from the list of exported variables.
    35  -      --stats_emit_period duration                                       Interval between emitting stats to all registered backends (default 1m0s)
    36  -      --stderrthreshold value                                            logs at or above this threshold go to stderr (default 1)
    37  -      --tracer string                                                    tracing service to use (default noop)
    38  -      --tracing-enable-logging                                           whether to enable logging in the tracing service
    39  -      --tracing-sampling-rate value                                      sampling rate for the probabilistic jaeger sampler (default 0.1)
    40  -      --tracing-sampling-type value                                      sampling strategy to use for jaeger. possible values are 'const', 'probabilistic', 'rateLimiting', or 'remote' (default const)
    41  -      --v value                                                          log level for V logs
    42  -      --vmodule value                                                    comma-separated list of pattern=N settings for file-filtered logging
    43  -      --vtctl_client_protocol string                                     the protocol to use to talk to the vtctl server (default grpc)
    44  -      --vtctld_grpc_ca string                                            the server ca to use to validate servers when connecting
    45  -      --vtctld_grpc_cert string                                          the cert to use to connect
    46  -      --vtctld_grpc_crl string                                           the server crl to use to validate server certificates when connecting
    47  -      --vtctld_grpc_key string                                           the key to use to connect
    48  -      --vtctld_grpc_server_name string                                   the server name to use to validate server certificate
    49  +      --action_timeout duration                timeout for the total command (default 1h0m0s)
    50  +      --alsologtostderr                        log to standard error as well as files
    51  +      --datadog-agent-host string              host to send spans to. if empty, no tracing will be done
    52  +      --datadog-agent-port string              port to send spans to. if empty, no tracing will be done
    53  +      --grpc_auth_static_client_creds string   When using grpc_static_auth in the server, this file provides the credentials to use to authenticate with server.
    54  +      --grpc_compression string                Which protocol to use for compressing gRPC. Default: nothing. Supported: snappy
    55  +      --grpc_enable_tracing                    Enable gRPC tracing.
    56  +      --grpc_initial_conn_window_size int      gRPC initial connection window size
    57  +      --grpc_initial_window_size int           gRPC initial window size
    58  +      --grpc_keepalive_time duration           After a duration of this time, if the client doesn't see any activity, it pings the server to see if the transport is still alive. (default 10s)
    59  +      --grpc_keepalive_timeout duration        After having pinged for keepalive check, the client waits for a duration of Timeout and if no activity is seen even after that the connection is closed. (default 10s)
    60  +      --grpc_max_message_size int              Maximum allowed RPC message size. Larger messages will be rejected by gRPC with the error 'exceeding the max size'. (default 16777216)
    61  +      --grpc_prometheus                        Enable gRPC monitoring with Prometheus.
    62  +  -h, --help                                   display usage and exit
    63  +      --jaeger-agent-host string               host and port to send spans to. if empty, no tracing will be done
    64  +      --keep_logs duration                     keep logs for this long (using ctime) (zero to keep forever)
    65  +      --keep_logs_by_mtime duration            keep logs for this long (using mtime) (zero to keep forever)
    66  +      --log_backtrace_at traceLocation         when logging hits line file:N, emit a stack trace (default :0)
    67  +      --log_dir string                         If non-empty, write log files in this directory
    68  +      --log_err_stacks                         log stack traces for errors
    69  +      --log_rotate_max_size uint               size in bytes at which logs are rotated (glog.MaxSize) (default 1887436800)
    70  +      --logtostderr                            log to standard error instead of files
    71  +      --pprof strings                          enable profiling
    72  +      --purge_logs_interval duration           how often try to remove old logs (default 1h0m0s)
    73  +      --security_policy string                 the name of a registered security policy to use for controlling access to URLs - empty means allow all for anyone (built-in policies: deny-all, read-only)
    74  +      --server string                          server to use for connection
    75  +      --stderrthreshold severity               logs at or above this threshold go to stderr (default 1)
    76  +      --tracer string                          tracing service to use (default "noop")
    77  +      --tracing-enable-logging                 whether to enable logging in the tracing service
    78  +      --tracing-sampling-rate float            sampling rate for the probabilistic jaeger sampler (default 0.1)
    79  +      --tracing-sampling-type string           sampling strategy to use for jaeger. possible values are 'const', 'probabilistic', 'rateLimiting', or 'remote' (default "const")
    80  +      --v Level                                log level for V logs
    81  +  -v, --version                                print binary version
    82  +      --vmodule moduleSpec                     comma-separated list of pattern=N settings for file-filtered logging
    83  +      --vtctl_client_protocol string           Protocol to use to talk to the vtctl server. (default "grpc")
    84  +      --vtctld_grpc_ca string                  the server ca to use to validate servers when connecting
    85  +      --vtctld_grpc_cert string                the cert to use to connect
    86  +      --vtctld_grpc_crl string                 the server crl to use to validate server certificates when connecting
    87  +      --vtctld_grpc_key string                 the key to use to connect
    88  +      --vtctld_grpc_server_name string         the server name to use to validate server certificate