this repo has no description
0
fork

Configure Feed

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

1am typo

authored by

Brian Olson and committed by
Brian Olson
01fd0152 0372220a

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