Skip to content

Commit

Permalink
make linter happy
Browse files Browse the repository at this point in the history
Signed-off-by: f41gh7 <nik@victoriametrics.com>
  • Loading branch information
f41gh7 committed Jan 20, 2025
1 parent d74019b commit 08530d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/manager/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ func RunManager(ctx context.Context) error {

setupLog.Info("starting VictoriaMetrics operator", "build version", buildinfo.Version, "short_version", versionRe.FindString(buildinfo.Version))
r := metrics.Registry
r.MustRegister(appVersion, uptime, startedAt)
r.MustRegister(appVersion, uptime, startedAt, clientQPSLimit)
setupRuntimeMetrics(r)
addRestClientMetrics(r)
setupLog.Info("Registering Components.")
Expand Down

0 comments on commit 08530d9

Please # to comment.