Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Concatenate ¶ added in v0.18.0
func ExemptFromChecks ¶
ExemptFromChecks returns 'true' for apps that should skip the throttler checks. The throttler should always respond with automated "OK" to those apps, without delay. These apps also do not cause a heartbeat renewal.
Types ¶
type Name ¶
type Name string
const ( // DefaultName is the app name used by vitess when app doesn't indicate its name DefaultName Name = "default" VitessName Name = "vitess" TableGCName Name = "tablegc" OnlineDDLName Name = "online-ddl" GhostName Name = "gh-ost" PTOSCName Name = "pt-osc" VReplicationName Name = "vreplication" VStreamerName Name = "vstreamer" VPlayerName Name = "vplayer" VCopierName Name = "vcopier" ResultStreamerName Name = "resultstreamer" RowStreamerName Name = "rowstreamer" ExternalConnectorName Name = "external-connector" ReplicaConnectorName Name = "replica-connector" BinlogWatcherName Name = "binlog-watcher" MessagerName Name = "messager" SchemaTrackerName Name = "schema-tracker" )
func (Name) Concatenate ¶ added in v0.18.0
func (Name) ConcatenateString ¶ added in v0.18.0
Click to show internal directories.
Click to hide internal directories.