cleanup
This commit is contained in:
parent
e0141ae5ca
commit
bdcb15b7c5
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ var (
|
||||||
})
|
})
|
||||||
ZeroChannelsCounter = promauto.NewCounter(prometheus.CounterOpts{
|
ZeroChannelsCounter = promauto.NewCounter(prometheus.CounterOpts{
|
||||||
Name: "zero_channels_counter",
|
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{
|
NoRepostedCounter = promauto.NewCounter(prometheus.CounterOpts{
|
||||||
Name: "no_reposted_counter",
|
Name: "no_reposted_counter",
|
||||||
|
|
Loading…
Reference in a new issue