Skip to content

Commit c74eef4

Browse files
committed
updating with new devops resource
1 parent 01400c4 commit c74eef4

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3585,6 +3585,11 @@ <h2>Monitoring resources</h2>
35853585
<p>The Collector Highlight Series has an article on <a href="http://blog.librato.com/posts/statsd">StatsD</a>
35863586
that explains how to install it and how it works.</p>
35873587
</li>
3588+
<li>
3589+
<p>This <a href="http://kartar.net/2014/11/monitoring-survey---tools/">survey on monitoring tools</a>
3590+
has some nice data and graphs on what developers and operations folks use
3591+
in their environments.</p>
3592+
</li>
35883593
</ul>
35893594
<h2>Monitoring learning checklist</h2>
35903595
<p><i class="fa fa-check-square-o"></i>

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-11-29T10:18:48Z</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-11-30T15:29:18Z</updated></feed>

monitoring.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,11 @@ <h2>Monitoring resources</h2>
178178
<p>The Collector Highlight Series has an article on <a href="http://blog.librato.com/posts/statsd">StatsD</a>
179179
that explains how to install it and how it works.</p>
180180
</li>
181+
<li>
182+
<p>This <a href="http://kartar.net/2014/11/monitoring-survey---tools/">survey on monitoring tools</a>
183+
has some nice data and graphs on what developers and operations folks use
184+
in their environments.</p>
185+
</li>
181186
</ul>
182187
<h2>Monitoring learning checklist</h2>
183188
<p><i class="fa fa-check-square-o"></i>

source/content/pages/09-monitoring-analytics/0902-monitoring.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@ application is read-heavy, write-heavy, or subject to rapid swings in traffic.
141141
* The Collector Highlight Series has an article on [StatsD](http://blog.librato.com/posts/statsd)
142142
that explains how to install it and how it works.
143143

144+
* This [survey on monitoring tools](http://kartar.net/2014/11/monitoring-survey---tools/)
145+
has some nice data and graphs on what developers and operations folks use
146+
in their environments.
147+
144148

145149
## Monitoring learning checklist
146150
<i class="fa fa-check-square-o"></i>

0 commit comments

Comments
 (0)