You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: go/flags/endtoend/vtorc.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ Flags:
35
35
--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)
36
36
--config-type string Config file type (omit to infer config type from file extension).
37
37
--consul-auth-static-file string JSON File to read the topos/tokens from.
38
+
--discovery-collection-metrics-ttl duration The time-to-live for discovery collection metrics (default 2m0s)
38
39
--discovery-workers int Number of workers used for tablet discovery (default 300)
39
40
--emit-stats If set, emit stats to push-based monitoring and stats backends
40
41
--enable-primary-disk-stalled-recovery Whether VTOrc should detect a stalled disk on the primary and failover
fs.Bool("allow-recovery", allowRecovery.Default(), "Whether VTOrc should be allowed to run recovery actions")
247
255
fs.Bool("change-tablets-with-errant-gtid-to-drained", convertTabletsWithErrantGTIDs.Default(), "Whether VTOrc should be changing the type of tablets with errant GTIDs to DRAINED")
248
256
fs.Bool("enable-primary-disk-stalled-recovery", enablePrimaryDiskStalledRecovery.Default(), "Whether VTOrc should detect a stalled disk on the primary and failover")
257
+
fs.Duration("discovery-collection-metrics-ttl", discoveryCollectionMetricsTTL.Default(), "The time-to-live for discovery collection metrics")
0 commit comments