|
41 | 41 | --config-file string Full path of the config file (with extension) to use. If set, --config-path, --config-type, and --config-name are ignored. |
42 | 42 | --config-file-not-found-handling ConfigFileNotFoundHandling Behavior when a config file is not found. (Options: error, exit, ignore, warn) (default warn) |
43 | 43 | --config-name string Name of the config file (without extension) to search for. (default "vtconfig") |
44 | | - --config-path strings Paths to search for config files in. (default [{{ .Workdir }}]) |
| 44 | + --config-path strings Paths to search for config files in. (default [/Users/tthornton/git/slackhq/vitess/go/flags/endtoend]) |
45 | 45 | --config-persistence-min-interval duration minimum interval between persisting dynamic config changes back to disk (if no change has occurred, nothing is done). (default 1s) |
46 | 46 | --config-type string Config file type (omit to infer config type from file extension). |
47 | 47 | --consolidator-query-waiter-cap int Configure the maximum number of clients allowed to wait on the consolidator. |
@@ -141,7 +141,6 @@ Flags: |
141 | 141 | --grpc-cert string server certificate to use for gRPC connections, requires grpc-key, enables TLS |
142 | 142 | --grpc-crl string path to a certificate revocation list in PEM format, client certificates will be further verified against this file during TLS handshake |
143 | 143 | --grpc-enable-optional-tls enable optional TLS mode when a server accepts both TLS and plain-text connections on the same port |
144 | | - --grpc-enable-orca-metrics gRPC server option to enable sending ORCA metrics to clients for load balancing |
145 | 144 | --grpc-enable-tracing Enable gRPC tracing. |
146 | 145 | --grpc-key string server private key to use for gRPC connections, requires grpc-cert, enables TLS |
147 | 146 | --grpc-max-connection-age duration Maximum age of a client connection before GoAway is sent. (default 2562047h47m16.854775807s) |
@@ -357,7 +356,7 @@ Flags: |
357 | 356 | --tablet-refresh-interval duration Tablet refresh interval. (default 1m0s) |
358 | 357 | --tablet-refresh-known-tablets Whether to reload the tablet's address/port map from topo in case they change. (default true) |
359 | 358 | --tablet-types-to-wait strings Wait till connected for specified tablet types during Gateway initialization. Should be provided as a comma-separated set of tablet types. |
360 | | - --tablet-url-template string Format string describing debug tablet url formatting. See getTabletDebugURL() for how to customize this. (default "http://{{ "{{.GetTabletHostPort}}" }}") |
| 359 | + --tablet-url-template string Format string describing debug tablet url formatting. See getTabletDebugURL() for how to customize this. (default "http://{{ "{{" }}.GetTabletHostPort{{ "}}" }}") |
361 | 360 | --tablet_filters strings Specifies a comma-separated list of 'keyspace|shard_name or keyrange' values to filter the tablets to watch. |
362 | 361 | --throttle_tablet_types string Comma separated VTTablet types to be considered by the throttler. default: 'replica'. example: 'replica,rdonly'. 'replica' always implicitly included (default "replica") |
363 | 362 | --topo-consul-lock-delay duration LockDelay for consul session. (default 15s) |
|
0 commit comments