Skip to content

Commit

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

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

var rebasesCounter = promauto.NewCounterVec(prometheus.CounterOpts{
Expand Down

0 comments on commit ba411b4

Please sign in to comment.