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
// Some of the settinges have reasonable default values, and some other
93
93
// (like database credentials) are strictly expected from user.
94
94
typeConfigurationSettingsstruct {
95
-
ListenPortint
96
-
DataCenterstring
97
-
Environmentstring
98
-
Domainstring
99
-
ShareDomainstring
100
-
RaftBindstring
101
-
RaftDataDirstring
102
-
DefaultRaftPortint// if a RaftNodes entry does not specify port, use this one
103
-
RaftNodes[]string// Raft nodes to make initial connection with
104
-
BackendMySQLHoststring
105
-
BackendMySQLPortint
106
-
BackendMySQLSchemastring
107
-
BackendMySQLUserstring
108
-
BackendMySQLPasswordstring
109
-
MemcacheServers[]string// if given, freno will report to aggregated values to given memcache
110
-
MemcachePathstring// use as prefix to metric path in memcache key, e.g. if `MemcachePath` is "myprefix" the key would be "myprefix/mysql/maincluster". Default: "freno"
95
+
ListenPortint
96
+
DataCenterstring
97
+
Environmentstring
98
+
Domainstring
99
+
ShareDomainstring
100
+
RaftBindstring
101
+
RaftDataDirstring
102
+
DefaultRaftPortint// if a RaftNodes entry does not specify port, use this one
103
+
RaftNodes []string// Raft nodes to make initial connection with
104
+
BackendMySQLHoststring
105
+
BackendMySQLPortint
106
+
BackendMySQLSchemastring
107
+
BackendMySQLUserstring
108
+
BackendMySQLPasswordstring
109
+
MemcacheServers []string// if given, freno will report to aggregated values to given memcache
110
+
MemcachePathstring// use as prefix to metric path in memcache key, e.g. if `MemcachePath` is "myprefix" the key would be "myprefix/mysql/maincluster". Default: "freno"
111
111
VitessAPITimeoutSecsint// timeout for Vitess vtctld HTTP API
0 commit comments