Skip to content

Commit

Permalink
fix: remove extra metrics label
Browse files Browse the repository at this point in the history
Fixes: b0eebaa ("fix: panic on ssh lfs transfer")
  • Loading branch information
aymanbagabas committed Aug 21, 2023
1 parent 49ec3aa commit 09dedc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/ssh/cmd/git.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 09dedc4

Please sign in to comment.