mirror of
https://github.com/google/alertmanager-irc-relay.git
synced 2024-12-28 13:52:46 +01:00
fix typo
Signed-off-by: Luca Bigliardi <shammash@google.com>
This commit is contained in:
parent
1ef886d2e7
commit
b63d4e99a2
2
irc.go
2
irc.go
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user