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
a101da59
Commit
a101da59
authored
Feb 19, 2015
by
Mr_Mig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated serverside-checklist
parent
6622fde8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
serverside-checklist.md
serverside-checklist.md
+8
-0
No files found.
serverside-checklist.md
View file @
a101da59
...
...
@@ -24,6 +24,8 @@ This is a checklist for serverside of the Web App.
## Logging
*
[
]
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
...
...
@@ -31,6 +33,12 @@ This is a checklist for serverside of the Web App.
*
[
]
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
...
...
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