Commit 88b1c2e9 authored by Mr_Mig's avatar Mr_Mig

Updated serverside-checklist

parent 0859605a
......@@ -19,4 +19,30 @@ This is a checklist for serverside of the Web App.
[ ] My application can survive a server restart
[ ] My application is restarted automatically after the crash
[ ]
\ No newline at end of file
## Logging
[ ] My application produces log output to rotated files
[ ] My logs are aggregated to a log analysing service
## Monitoring
[ ] I have configured the alerts for abnormal activity
## Metrics
[ ] I can observe different events from my app over time
* Number of requests for endpoints
* Duration of requests for endpoints
* Duration of business-logic operations
## Testing
[ ] I have performed stress tests for my application
[ ] I have performed network partitioning tests for my application
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