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.
1 parent 5f8f6db commit 50f5425Copy full SHA for 50f5425
pkg/throttle/throttler.go
@@ -364,7 +364,7 @@ func (throttler *Throttler) refreshMySQLInventory() error {
364
365
// synchronous update of inventory
366
func (throttler *Throttler) updateMySQLClusterProbes(clusterProbes *mysql.ClusterProbes) error {
367
- log.Debugf("onMySQLClusterProbes: %s", clusterProbes.ClusterName)
+ log.Debugf("updating MySQLClusterProbes: %s", clusterProbes.ClusterName)
368
throttler.mysqlInventory.ClustersProbes[clusterProbes.ClusterName] = clusterProbes.InstanceProbes
369
throttler.mysqlInventory.IgnoreHostsCount[clusterProbes.ClusterName] = clusterProbes.IgnoreHostsCount
370
throttler.mysqlInventory.IgnoreHostsThreshold[clusterProbes.ClusterName] = clusterProbes.IgnoreHostsThreshold
0 commit comments