Commit a101da59 authored by Mr_Mig's avatar Mr_Mig

Updated serverside-checklist

parent 6622fde8
...@@ -24,6 +24,8 @@ This is a checklist for serverside of the Web App. ...@@ -24,6 +24,8 @@ This is a checklist for serverside of the Web App.
## Logging ## Logging
* [ ] My application produces log output to rotated files * [ ] My application produces log output to rotated files
* Streams with different log levels are separated from each other
* [ ] My logs are aggregated to a log analysing service * [ ] My logs are aggregated to a log analysing service
...@@ -31,6 +33,12 @@ This is a checklist for serverside of the Web App. ...@@ -31,6 +33,12 @@ This is a checklist for serverside of the Web App.
* [ ] I have configured the alerts for abnormal activity * [ ] I have configured the alerts for abnormal activity
* Application restart events
* Error rate threshold reached
* Server resources are soon to be exhausted (CPU, memory, IO > 90%)
* HTTP requests timeouts
* HTTP responses with 500 status codes
## Metrics ## Metrics
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment