Skip to content

Commit

Permalink
1am typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brianolson committed Nov 21, 2024
1 parent ba411b4 commit 57bd6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bgs/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var repoCommitsReceivedCounter = promauto.NewCounterVec(prometheus.CounterOpts{
}, []string{"pds"})

var repoCommitsResultCounter = promauto.NewCounterVec(prometheus.CounterOpts{
Name: "repo_commits_resurt_counter",
Name: "repo_commits_result_counter",
Help: "The results of commit events received",
}, []string{"pds", "status"})

Expand Down

0 comments on commit 57bd6f9

Please sign in to comment.