Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/service/ssh/upload_pack.go')
-rw-r--r--internal/service/ssh/upload_pack.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/service/ssh/upload_pack.go b/internal/service/ssh/upload_pack.go
index 0c9e60342..696a33741 100644
--- a/internal/service/ssh/upload_pack.go
+++ b/internal/service/ssh/upload_pack.go
@@ -98,7 +98,7 @@ func (s *server) sshUploadPack(stream gitalypb.SSHService_SSHUploadPackServer, r
ctxlogrus.Extract(stream.Context()).WithError(err).Debug("failed parsing packfile negotiation")
return
}
- stats.UpdateMetrics(s.packfileNegotiationMetrics)
+ stats.UpdateMetrics(ctx, s.packfileNegotiationMetrics)
}()
cmd, monitor, err := monitorStdinCommand(ctx, stdin, stdout, stderr, env, globalOpts, git.SubCmd{