Feat: Add protocol acceptance and rejection counters
Introduced new metrics to track the number of acceptances and rejections per protocol in statistics.go
. Updated the authentication process in auth.go
to increment these counters accordingly. This will help in monitoring and analyzing protocol-specific authentication behavior.
Signed-off-by: Christian Roessner c@roessner.co