We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c44ebc + b97b9af commit eeb767cCopy full SHA for eeb767c
pkg/throttle/throttler.go
@@ -366,7 +366,7 @@ func (throttler *Throttler) refreshMySQLInventory() error {
366
367
// synchronous update of inventory
368
func (throttler *Throttler) updateMySQLClusterProbes(clusterProbes *mysql.ClusterProbes) error {
369
- log.Debugf("onMySQLClusterProbes: %s", clusterProbes.ClusterName)
+ log.Debugf("updating MySQLClusterProbes: %s", clusterProbes.ClusterName)
370
throttler.mysqlInventory.ClustersProbes[clusterProbes.ClusterName] = clusterProbes.InstanceProbes
371
throttler.mysqlInventory.IgnoreHostsCount[clusterProbes.ClusterName] = clusterProbes.IgnoreHostsCount
372
throttler.mysqlInventory.IgnoreHostsThreshold[clusterProbes.ClusterName] = clusterProbes.IgnoreHostsThreshold
0 commit comments