Skip to content

Commit 27a2a9a

Browse files
committed
adding learning checklist to monitoring page
1 parent b81fd40 commit 27a2a9a

File tree

5 files changed

+39
-3
lines changed

5 files changed

+39
-3
lines changed

change-log.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ <h1>Change Log</h1>
5252
<h2>2014</h2>
5353
<h3>May</h3>
5454
<ul>
55-
<li>Added learning checklist to operating systems and web servers pages.</li>
55+
<li>Added learning checklist to operating systems, web servers and monitoring
56+
pages.</li>
5657
<li>Adding more logging resources.</li>
5758
<li>Continuing to add learning checklists to sections such as servers.</li>
5859
<li>Moving navigation options into meta tags on markdown pages.</li>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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-05-08T06:52:12Z</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-05-08T06:56:34Z</updated></feed>

monitoring.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,21 @@ <h2>Why is monitoring necessary?</h2>
5353
<p>Capturing and analyzing data about your production environment is critical
5454
to proactively deal with stability, performance, and errors in a web
5555
application.</p>
56+
<h2>Monitoring learning checklist</h2>
57+
<p><i class="fa fa-check-square-o"></i>
58+
Review the software-as-a-service and open source monitoring tools below. Third
59+
party services tend to be easier to set up and host the data for you. Open
60+
source projects give you more control but you'll need to have additional
61+
servers ready for the monitoring.</p>
62+
<p><i class="fa fa-check-square-o"></i>
63+
My recommendation is to install <a href="http://newrelic.com/">New Relic</a>'s free
64+
option with the trial period to see how it works with your app. It'll give you
65+
a good idea of the capabilities for application-level monitoring tools.</p>
66+
<p><i class="fa fa-check-square-o"></i>
67+
As your app scales take a look at setting up one of the the open source
68+
monitoring projects such as StatsD with Graphite. The combination of those
69+
two projects will give you fine-grained control over the system metrics
70+
you're collecting and visualizing.</p>
5671
<h2>Monitoring layers</h2>
5772
<p>There are several important resources to monitor on the operating system
5873
and network level of a web stack.</p>

source/content/pages/08-monitoring-analytics/0803-monitoring.markdown

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,25 @@ Capturing and analyzing data about your production environment is critical
2828
to proactively deal with stability, performance, and errors in a web
2929
application.
3030

31+
## Monitoring learning checklist
32+
<i class="fa fa-check-square-o"></i>
33+
Review the software-as-a-service and open source monitoring tools below. Third
34+
party services tend to be easier to set up and host the data for you. Open
35+
source projects give you more control but you'll need to have additional
36+
servers ready for the monitoring.
37+
38+
<i class="fa fa-check-square-o"></i>
39+
My recommendation is to install [New Relic](http://newrelic.com/)'s free
40+
option with the trial period to see how it works with your app. It'll give you
41+
a good idea of the capabilities for application-level monitoring tools.
42+
43+
<i class="fa fa-check-square-o"></i>
44+
As your app scales take a look at setting up one of the the open source
45+
monitoring projects such as StatsD with Graphite. The combination of those
46+
two projects will give you fine-grained control over the system metrics
47+
you're collecting and visualizing.
48+
49+
3150
## Monitoring layers
3251
There are several important resources to monitor on the operating system
3352
and network level of a web stack.

source/content/pages/10-misc/1005-change-log.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ the
2424

2525
## 2014
2626
### May
27-
* Added learning checklist to operating systems and web servers pages.
27+
* Added learning checklist to operating systems, web servers and monitoring
28+
pages.
2829
* Adding more logging resources.
2930
* Continuing to add learning checklists to sections such as servers.
3031
* Moving navigation options into meta tags on markdown pages.

0 commit comments

Comments
 (0)