count mapresps ended

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby 2024-05-04 10:05:49 +02:00
parent 4939c18668
commit 46feed84d9
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ var (
Name: "mapresponse_rejected_new_sessions_total",
Help: "total count of new mapsessions rejected",
}, []string{"reason"})
mapResponseRejected = promauto.NewCounterVec(prometheus.CounterOpts{
mapResponseEnded = promauto.NewCounterVec(prometheus.CounterOpts{
Namespace: prometheusNamespace,
Name: "mapresponse_ended_total",
Help: "total count of new mapsessions ended",