Add new metrics

This commit is contained in:
9seconds
2019-12-03 10:02:56 +03:00
parent 7788b169b6
commit 87de28636a
6 changed files with 61 additions and 5 deletions
+2
View File
@@ -69,7 +69,9 @@ func (p *Proxy) accept(conn net.Conn) {
clientConn, err := clientProtocol.Handshake(clientConn)
if err != nil {
stats.Stats.AuthenticationFailed()
logger.Warnw("Cannot perform client handshake", "error", err)
return
}