Versions in this module Expand all Collapse all v0 v0.15.10 Jul 31, 2024 v0.15.9 Jul 31, 2024 v0.15.8 Jul 31, 2024 Changes in this version + type ConfigurationSettings struct + DataCenter string + Domain string + EnableProfiling bool + Environment string + ListenPort int + Stores StoresSettings + func NewConfigurationSettings() *ConfigurationSettings + type MySQLClusterConfigurationSettings struct + CacheMillis int + HTTPCheckPath string + HTTPCheckPort int + IgnoreHosts []string + IgnoreHostsCount int + IgnoreHostsThreshold float64 + MetricQuery string + Port int + ThrottleThreshold *atomic.Uint64 + type MySQLConfigurationSettings struct + CacheMillis int + Clusters map[string](*MySQLClusterConfigurationSettings) + HTTPCheckPath string + HTTPCheckPort int + IgnoreDialTCPErrors bool + IgnoreHosts []string + IgnoreHostsCount int + IgnoreHostsThreshold float64 + MetricQuery string + Port int + ThrottleThreshold *atomic.Uint64 + type StoresSettings struct + MySQL MySQLConfigurationSettings