File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed
source/content/pages/20-monitoring Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2014-03-22T15:18:11Z </updated ></feed >
2+ <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2014-03-23T13:41:33Z </updated ></feed >
Original file line number Diff line number Diff line change 7474 < div class ="row ">
7575 < div class ="col-md-8 ">
7676 < h1 > Monitoring</ h1 >
77+ < p > Monitoring tools capture, analyze and display information for a web
78+ application's execution. Every application has issues arise throughout
79+ all levels of the web stack. Monitoring tools provide transparency so
80+ developers and operations teams can respond and fix problems.</ p >
81+ < h2 > Why is monitoring necessary?</ h2 >
7782< p > Capturing and analyzing data about your production environment is critical
7883to proactively deal with stability, performance, and errors in a web
7984application.</ p >
85+ < h2 > Monitoring layers</ h2 >
8086< p > There are several important resources to monitor on the operating system
8187and network level of a web stack.</ p >
8288< ol >
Original file line number Diff line number Diff line change @@ -5,10 +5,18 @@ sort-order: 20
55
66
77# Monitoring
8+ Monitoring tools capture, analyze and display information for a web
9+ application's execution. Every application has issues arise throughout
10+ all levels of the web stack. Monitoring tools provide transparency so
11+ developers and operations teams can respond and fix problems.
12+
13+
14+ ## Why is monitoring necessary?
815Capturing and analyzing data about your production environment is critical
916to proactively deal with stability, performance, and errors in a web
1017application.
1118
19+ ## Monitoring layers
1220There are several important resources to monitor on the operating system
1321and network level of a web stack.
1422
You can’t perform that action at this time.
0 commit comments