diff --git a/server/ssh/cmd/git.go b/server/ssh/cmd/git.go index 37a903440..56831f272 100644 --- a/server/ssh/cmd/git.go +++ b/server/ssh/cmd/git.go @@ -74,7 +74,7 @@ var ( Subsystem: "git", Name: "upload_archive_seconds_total", Help: "The total time spent on git-upload-archive requests", - }, []string{"repo", "operation"}) + }, []string{"repo"}) lfsAuthenticateSeconds = promauto.NewCounterVec(prometheus.CounterOpts{ Namespace: "soft_serve",