Skip to content

Commit

Permalink
comment wording
Browse files Browse the repository at this point in the history
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
  • Loading branch information
shlomi-noach committed Jul 11, 2024
1 parent 85994ed commit 2492d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/vttablet/tabletserver/throttle/throttler.go
Original file line number Diff line number Diff line change
Expand Up @@ -1527,7 +1527,7 @@ func (throttler *Throttler) AppRequestMetricResult(ctx context.Context, appName
return metricResultFunc()
}

// checkScope checks the aggregated value of given MySQL store
// checkScope checks the aggregated value of given store
func (throttler *Throttler) checkScope(ctx context.Context, appName string, scope base.Scope, metricNames base.MetricNames, flags *CheckFlags) (checkResult *CheckResult) {
if !throttler.IsRunning() {
return okMetricCheckResult
Expand Down

0 comments on commit 2492d6d

Please sign in to comment.