Signed-off-by: Luca Bigliardi <shammash@google.com>
This commit is contained in:
Luca Bigliardi 2021-02-20 11:17:54 +01:00
parent 1ef886d2e7
commit b63d4e99a2
1 changed files with 1 additions and 1 deletions

2
irc.go
View File

@ -37,7 +37,7 @@ const (
var (
ircConnectedGauge = promauto.NewGauge(prometheus.GaugeOpts{
Name: "irc_connected",
Help: "Wether the IRC connection is established",
Help: "Whether the IRC connection is established",
})
ircSentMsgs = promauto.NewCounterVec(prometheus.CounterOpts{
Name: "irc_sent_msgs",