File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
go/vt/vttablet/tabletserver/throttle/config Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,10 @@ package config
4747
4848// MySQLConfigurationSettings has the general configuration for all MySQL clusters
4949type MySQLConfigurationSettings struct {
50- CacheMillis int // optional, if defined then probe result will be cached, and future probes may use cached value
51- Port int // Specify if different than 3306; applies to all clusters
52- IgnoreTabletRPCErrors , IgnoreDialTCPErrors bool // Skip hosts where a metric cannot be retrieved due to tablet RPC errors
53- IgnoreHostsCount int // Number of hosts that can be skipped/ignored even on error or on exceeding thresholds
54- IgnoreHosts []string // If non empty, substrings to indicate hosts to be ignored/skipped
50+ CacheMillis int // optional, if defined then probe result will be cached, and future probes may use cached value
51+ Port int // Specify if different than 3306; applies to all clusters
52+ IgnoreTabletRPCErrors bool // Skip hosts where a metric cannot be retrieved due to tablet RPC errors
53+ IgnoreDialTCPErrors bool // TODO: deprecate/replace with IgnoreTabletRPCErrors.
54+ IgnoreHostsCount int // Number of hosts that can be skipped/ignored even on error or on exceeding thresholds
55+ IgnoreHosts []string // If non empty, substrings to indicate hosts to be ignored/skipped
5556}
You can’t perform that action at this time.
0 commit comments