Skip to content

Commit 09dedc4

Browse files
committed
fix: remove extra metrics label
Fixes: b0eebaa ("fix: panic on ssh lfs transfer")
1 parent 49ec3aa commit 09dedc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/ssh/cmd/git.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ var (
7474
Subsystem: "git",
7575
Name: "upload_archive_seconds_total",
7676
Help: "The total time spent on git-upload-archive requests",
77-
}, []string{"repo", "operation"})
77+
}, []string{"repo"})
7878

7979
lfsAuthenticateSeconds = promauto.NewCounterVec(prometheus.CounterOpts{
8080
Namespace: "soft_serve",

0 commit comments

Comments
 (0)