You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><ahref="https://blog.serverdensity.com/how-to-design-useful-monitoring-graphs-and-visualizations/">How to design useful monitoring and graphing visualizations</a></p>
3460
3460
</li>
3461
3461
<li>
3462
+
<p><ahref="https://speakerdeck.com/auxesis/5-years-of-metrics-and-monitoring">5 years of metrics and monitoring</a>
3463
+
is a great presentation highlighting that visualization so humans can
3464
+
understand measurements is a hard problem. Line graphs are often not
3465
+
the best solution and they are overused.</p>
3466
+
</li>
3467
+
<li>
3462
3468
<p>The Collector Highlight Series has an article on <ahref="http://blog.librato.com/posts/statsd">StatsD</a>
3463
3469
that explains how to install it and how it works.</p>
3464
3470
</li>
@@ -3919,18 +3925,41 @@ <h2>A full development environment example</h2>
3919
3925
less expensive set up or a cloud-based development environment.</p>
3920
3926
<h2>Open source development environments</h2>
3921
3927
<ul>
3922
-
<li><ahref="http://www.vim.org/">vim</a> is my editor of choice and installed by default
3923
-
on most *nix systems.</li>
3924
-
<li><ahref="http://www.gnu.org/software/emacs/">emacs</a> is another editor often used
3925
-
on *nix.</li>
3926
-
<li><ahref="http://pydev.org/">PyDev</a> is a Python IDE plug in for
<p><ahref="https://blog.serverdensity.com/how-to-design-useful-monitoring-graphs-and-visualizations/">How to design useful monitoring and graphing visualizations</a></p>
170
170
</li>
171
171
<li>
172
+
<p><ahref="https://speakerdeck.com/auxesis/5-years-of-metrics-and-monitoring">5 years of metrics and monitoring</a>
173
+
is a great presentation highlighting that visualization so humans can
174
+
understand measurements is a hard problem. Line graphs are often not
175
+
the best solution and they are overused.</p>
176
+
</li>
177
+
<li>
172
178
<p>The Collector Highlight Series has an article on <ahref="http://blog.librato.com/posts/statsd">StatsD</a>
173
179
that explains how to install it and how it works.</p>
Copy file name to clipboardExpand all lines: source/content/pages/09-monitoring-analytics/0902-monitoring.markdown
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,6 +133,11 @@ application is read-heavy, write-heavy, or subject to rapid swings in traffic.
133
133
134
134
*[How to design useful monitoring and graphing visualizations](https://blog.serverdensity.com/how-to-design-useful-monitoring-graphs-and-visualizations/)
135
135
136
+
*[5 years of metrics and monitoring](https://speakerdeck.com/auxesis/5-years-of-metrics-and-monitoring)
137
+
is a great presentation highlighting that visualization so humans can
138
+
understand measurements is a hard problem. Line graphs are often not
139
+
the best solution and they are overused.
140
+
136
141
* The Collector Highlight Series has an article on [StatsD](http://blog.librato.com/posts/statsd)
0 commit comments