Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
going-to-production
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zk
going-to-production
Commits
88b1c2e9
Commit
88b1c2e9
authored
Feb 19, 2015
by
Mr_Mig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated serverside-checklist
parent
0859605a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
1 deletion
+27
-1
serverside-checklist.md
serverside-checklist.md
+27
-1
No files found.
serverside-checklist.md
View file @
88b1c2e9
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment