This commit is contained in:
Jeffrey Picard 2021-09-21 15:00:08 -04:00
parent e0141ae5ca
commit bdcb15b7c5

View file

@ -13,7 +13,7 @@ var (
})
ZeroChannelsCounter = promauto.NewCounter(prometheus.CounterOpts{
Name: "zero_channels_counter",
Help: "Number of times zero channels were returned in getUniqueChanne;s",
Help: "Number of times zero channels were returned in getUniqueChannels",
})
NoRepostedCounter = promauto.NewCounter(prometheus.CounterOpts{
Name: "no_reposted_counter",