Fix labels cardinality error when registering unknown pre-auth key

This commit is contained in:
hdhoang 2022-03-21 15:49:14 +07:00
parent 9a632c17d1
commit 52fd13bfc4
2 changed files with 5 additions and 1 deletions

2
api.go
View file

@ -573,7 +573,7 @@ func (h *Headscale) handleAuthKey(
machineRegistrations.WithLabelValues("new", RegisterMethodAuthKey, "error", pak.Namespace.Name).
Inc()
} else {
machineRegistrations.WithLabelValues("new", RegisterMethodAuthKey, "error").Inc()
machineRegistrations.WithLabelValues("new", RegisterMethodAuthKey, "error", "unknown").Inc()
}
return