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

View File

@ -2,6 +2,10 @@
## 0.16.0 (2022-xx-xx)
### Changes
- Fix labels cardinality error when registering unknown pre-auth key [#519](https://github.com/juanfont/headscale/pull/519)
## 0.15.0 (2022-03-20)
**Note:** Take a backup of your database before upgrading.

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