diff --git a/MareSynchronosServer/MareSynchronosServices/Authentication/SecretKeyAuthenticationHandler.cs b/MareSynchronosServer/MareSynchronosServices/Authentication/SecretKeyAuthenticationHandler.cs index 9977016..6d0e62e 100644 --- a/MareSynchronosServer/MareSynchronosServices/Authentication/SecretKeyAuthenticationHandler.cs +++ b/MareSynchronosServer/MareSynchronosServices/Authentication/SecretKeyAuthenticationHandler.cs @@ -118,7 +118,7 @@ public class SecretKeyAuthenticationHandler return new AuthReply() { Success = false, Uid = string.Empty }; } - metrics.IncCounter(MetricsAPI.CounterAuthenticationRequests); + metrics.IncCounter(MetricsAPI.CounterAuthenticationCacheHits); } }