Modify user agent format with subsystem and is proxy configured information (#3116)

This commit is contained in:
Nikola Jokic
2023-12-08 13:16:29 +01:00
committed by GitHub
parent b08d533105
commit 202a97ab12
4 changed files with 50 additions and 9 deletions

View File

@@ -466,6 +466,8 @@ func (r *AutoscalingRunnerSetReconciler) createRunnerScaleSet(ctx context.Contex
Version: build.Version,
CommitSHA: build.CommitSHA,
ScaleSetID: runnerScaleSet.Id,
HasProxy: autoscalingRunnerSet.Spec.Proxy != nil,
Subsystem: "controller",
})
logger.Info("Created/Reused a runner scale set", "id", runnerScaleSet.Id, "runnerGroupName", runnerScaleSet.RunnerGroupName)