diff --git a/server/ssh/cmd/git.go b/server/ssh/cmd/git.go index 37a90344075a78f839a3eb3fd3193c4e98b27f14..56831f272ff724096b01dd2a128c3b8470efef0f 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",