mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 18:27:24 +01:00
update counter name
This commit is contained in:
parent
d5a7fd4fbd
commit
7c1395df77
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ public class SecretKeyAuthenticationHandler
|
|||
return new AuthReply() { Success = false, Uid = string.Empty };
|
||||
}
|
||||
|
||||
metrics.IncCounter(MetricsAPI.CounterAuthenticationRequests);
|
||||
metrics.IncCounter(MetricsAPI.CounterAuthenticationCacheHits);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue