Skip to content

Commit 7ba296d

Browse files
committed
Updating section on monitoring
1 parent 63581a2 commit 7ba296d

File tree

5 files changed

+71
-12
lines changed

5 files changed

+71
-12
lines changed

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>2013-10-29T08:11:34Z</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>2013-11-03T10:45:02Z</updated></feed>

index.html

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -481,12 +481,30 @@ <h1>Monitoring</h1>
481481
<li>Browser rendering time for the application</li>
482482
<li>Database querying performance</li>
483483
</ol>
484-
<div class="section" id="monitoring-resources">
485-
<h2>Monitoring Resources</h2>
484+
<div class="section" id="monitoring-third-party-services">
485+
<h2>Monitoring Third Party Services</h2>
486486
<p><a class="reference external" href="http://newrelic.com/">New Relic</a>. Application and database monitoring as
487487
well as plug ins for capturing and analyzing additional data about tools in
488488
your stack.</p>
489-
<p><a class="reference external" href="http://copperegg.com/">CopperEgg</a>. Server and infrastructure monitoring.</p>
489+
<p><a class="reference external" href="http://copperegg.com/">CopperEgg</a> is lower-level monitoring on server and
490+
infrastructure. It's popular with DevOps shops that are making changes to
491+
their production environments and want immediate feedback on the results
492+
of those modifications.</p>
493+
<p><a class="reference external" href="http://status.io/">Status.io</a> focuses on uptime and response metrics
494+
transparency for your users.</p>
495+
</div>
496+
<div class="section" id="open-source-projects">
497+
<h2>Open Source Projects</h2>
498+
<p><a class="reference external" href="https://github.com/etsy/statsd/">statsd</a> is a node.js network daemon that
499+
listens for metrics and aggregates them for transfer into another service
500+
such as Graphite.</p>
501+
<p><a class="reference external" href="https://graphite.readthedocs.org/en/latest/overview.html">Graphite</a> stores
502+
time-series data and displays them in graphs through a web application.</p>
503+
</div>
504+
<div class="section" id="monitoring-resources">
505+
<h2>Monitoring Resources</h2>
506+
<p><a class="reference external" href="http://www.paperplanes.de/2011/1/5/the_virtues_of_monitoring.html">The Virtues of Monitoring</a></p>
507+
<p><a class="reference external" href="http://blog.docker.io/2013/07/effortless-monitoring-with-collectd-graphite-and-docker/">Effortless Monitoring with collectd, Graphite, and Docker</a></p>
490508
</div>
491509

492510
</section>
@@ -511,7 +529,8 @@ <h1>About</h1>
511529
</section>
512530
<section id="change-log" class="tech-section">
513531
<h1>Change Log</h1>
514-
<p>2013.08.20: Adding more resources for web servers and other categories.</p>
532+
<p>2013.10.29: Creating separate monitoring section.</p>
533+
<p>2013.08.20: Adding more resources for web servers and other categories.</p>
515534
<p>2013.06.23: Updating styling, adding new content, switching around sections.</p>
516535
<p>2013.01.11: Fleshing out server section, particularly IaaS and PaaS.</p>
517536
<p>2013.01.04: Added initial trial of a WSGI server -&gt; web server -&gt; browser diagram. Updated web server and OS sections.</p>

pages/change-log.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
<h1>Change Log</h1>
4949

5050

51-
<p>2013.08.20: Adding more resources for web servers and other categories.</p>
51+
<p>2013.10.29: Creating separate monitoring section.</p>
52+
<p>2013.08.20: Adding more resources for web servers and other categories.</p>
5253
<p>2013.06.23: Updating styling, adding new content, switching around sections.</p>
5354
<p>2013.01.11: Fleshing out server section, particularly IaaS and PaaS.</p>
5455
<p>2013.01.04: Added initial trial of a WSGI server -&gt; web server -&gt; browser diagram. Updated web server and OS sections.</p>

pages/monitoring.html

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,30 @@ <h1>Monitoring</h1>
6969
<li>Browser rendering time for the application</li>
7070
<li>Database querying performance</li>
7171
</ol>
72-
<div class="section" id="monitoring-resources">
73-
<h2>Monitoring Resources</h2>
72+
<div class="section" id="monitoring-third-party-services">
73+
<h2>Monitoring Third Party Services</h2>
7474
<p><a class="reference external" href="http://newrelic.com/">New Relic</a>. Application and database monitoring as
7575
well as plug ins for capturing and analyzing additional data about tools in
7676
your stack.</p>
77-
<p><a class="reference external" href="http://copperegg.com/">CopperEgg</a>. Server and infrastructure monitoring.</p>
77+
<p><a class="reference external" href="http://copperegg.com/">CopperEgg</a> is lower-level monitoring on server and
78+
infrastructure. It's popular with DevOps shops that are making changes to
79+
their production environments and want immediate feedback on the results
80+
of those modifications.</p>
81+
<p><a class="reference external" href="http://status.io/">Status.io</a> focuses on uptime and response metrics
82+
transparency for your users.</p>
83+
</div>
84+
<div class="section" id="open-source-projects">
85+
<h2>Open Source Projects</h2>
86+
<p><a class="reference external" href="https://github.com/etsy/statsd/">statsd</a> is a node.js network daemon that
87+
listens for metrics and aggregates them for transfer into another service
88+
such as Graphite.</p>
89+
<p><a class="reference external" href="https://graphite.readthedocs.org/en/latest/overview.html">Graphite</a> stores
90+
time-series data and displays them in graphs through a web application.</p>
91+
</div>
92+
<div class="section" id="monitoring-resources">
93+
<h2>Monitoring Resources</h2>
94+
<p><a class="reference external" href="http://www.paperplanes.de/2011/1/5/the_virtues_of_monitoring.html">The Virtues of Monitoring</a></p>
95+
<p><a class="reference external" href="http://blog.docker.io/2013/07/effortless-monitoring-with-collectd-graphite-and-docker/">Effortless Monitoring with collectd, Graphite, and Docker</a></p>
7896
</div>
7997

8098
<hr/>

source/content/pages/monitoring.rst

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,32 @@ application is read-heavy, write-heavy, or subject to rapid swings in traffic.
2828
5. Database querying performance
2929

3030

31-
Monitoring Resources
32-
--------------------
31+
Monitoring Third Party Services
32+
-------------------------------
3333
`New Relic <http://newrelic.com/>`_. Application and database monitoring as
3434
well as plug ins for capturing and analyzing additional data about tools in
3535
your stack.
3636

37-
`CopperEgg <http://copperegg.com/>`_. Server and infrastructure monitoring.
37+
`CopperEgg <http://copperegg.com/>`_ is lower-level monitoring on server and
38+
infrastructure. It's popular with DevOps shops that are making changes to
39+
their production environments and want immediate feedback on the results
40+
of those modifications.
41+
42+
`Status.io <http://status.io/>`_ focuses on uptime and response metrics
43+
transparency for your users.
44+
45+
Open Source Projects
46+
--------------------
47+
`statsd <https://github.com/etsy/statsd/>`_ is a node.js network daemon that
48+
listens for metrics and aggregates them for transfer into another service
49+
such as Graphite.
50+
51+
`Graphite <https://graphite.readthedocs.org/en/latest/overview.html>`_ stores
52+
time-series data and displays them in graphs through a web application.
53+
54+
Monitoring Resources
55+
--------------------
56+
`The Virtues of Monitoring <http://www.paperplanes.de/2011/1/5/the_virtues_of_monitoring.html>`_
57+
58+
`Effortless Monitoring with collectd, Graphite, and Docker <http://blog.docker.io/2013/07/effortless-monitoring-with-collectd-graphite-and-docker/>`_
3859

0 commit comments

Comments
 (0)