-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add counter and logging of protocol errors #30
Comments
The
Each type of error could be counted separately, as they represent different things, really. |
In addition to the different types of protocol error mentioned above, it'd also be nice to catch and log arbitrary errors from other sources (e.g. |
Logging of auth errors added in #379. (I'm not 100% sure that covers auth protocol errors, though.) |
A protocol error that occurs while handling a request represents a serious error. These should not go unnoticed. If we write them to the stats log, then we can set up alerting in the live system to notify maintainers.
The text was updated successfully, but these errors were encountered: