mirror of
https://github.com/juanfont/headscale.git
synced 2025-09-25 17:51:11 +02:00
Merge 2e8472a31d
into 9779adc0b7
This commit is contained in:
commit
ece9194992
@ -283,7 +283,7 @@ func (n *Notifier) sendAll(update types.StateUpdate) {
|
|||||||
notifierUpdateSent.WithLabelValues("cancelled", update.Type.String(), "send-all").Inc()
|
notifierUpdateSent.WithLabelValues("cancelled", update.Type.String(), "send-all").Inc()
|
||||||
}
|
}
|
||||||
|
|
||||||
return
|
continue
|
||||||
case c <- update:
|
case c <- update:
|
||||||
if debugHighCardinalityMetrics {
|
if debugHighCardinalityMetrics {
|
||||||
notifierUpdateSent.WithLabelValues("ok", update.Type.String(), "send-all", id.String()).Inc()
|
notifierUpdateSent.WithLabelValues("ok", update.Type.String(), "send-all", id.String()).Inc()
|
||||||
|
Loading…
Reference in New Issue
Block a user