this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix copy-pasteo

authored by

Brian Olson and committed by
Brian Olson
0372220a 911ab8c0

+2 -2
+2 -2
bgs/metrics.go
··· 28 28 }, []string{"pds"}) 29 29 30 30 var repoCommitsResultCounter = promauto.NewCounterVec(prometheus.CounterOpts{ 31 - Name: "repo_commits_received_counter", 32 - Help: "The total number of events received", 31 + Name: "repo_commits_resurt_counter", 32 + Help: "The results of commit events received", 33 33 }, []string{"pds", "status"}) 34 34 35 35 var rebasesCounter = promauto.NewCounterVec(prometheus.CounterOpts{