Skip to content

Commit 92425b5

Browse files
add todo comment
Signed-off-by: Tim Vaillancourt <[email protected]>
1 parent e2add70 commit 92425b5

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

go/vt/vttablet/tabletserver/throttle/config/mysql_config.go

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,10 @@ package config
4747

4848
// MySQLConfigurationSettings has the general configuration for all MySQL clusters
4949
type 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
}

0 commit comments

Comments
 (0)