update counter name

This commit is contained in:
Stanley Dimant
2022-08-25 20:33:30 +02:00
parent d5a7fd4fbd
commit 7c1395df77

View File

@@ -118,7 +118,7 @@ public class SecretKeyAuthenticationHandler
return new AuthReply() { Success = false, Uid = string.Empty };
}
metrics.IncCounter(MetricsAPI.CounterAuthenticationRequests);
metrics.IncCounter(MetricsAPI.CounterAuthenticationCacheHits);
}
}