Skip to content

Commit 978b940

Browse files
committed
adding app enlight
1 parent 03ddbf1 commit 978b940

File tree

3 files changed

+56
-49
lines changed

3 files changed

+56
-49
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>2014-07-06T09:34:37Z</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-07-06T09:39:08Z</updated></feed>

monitoring.html

Lines changed: 31 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -66,33 +66,6 @@ <h2>Monitoring layers</h2>
6666
<li>Browser rendering time for the application</li>
6767
<li>Database querying performance</li>
6868
</ol>
69-
<h2>Hosted monitoring services</h2>
70-
<ul>
71-
<li>
72-
<p><a href="http://newrelic.com/">New Relic</a>. Application and database monitoring as
73-
well as plug ins for capturing and analyzing additional data about tools in
74-
your stack.</p>
75-
</li>
76-
<li>
77-
<p><a 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-
</li>
82-
<li>
83-
<p><a href="http://status.io/">Status.io</a> focuses on uptime and response metrics
84-
transparency for web applications.</p>
85-
</li>
86-
<li>
87-
<p><a href="https://www.statuspage.io/">StatusPage.io</a> (yes, there's both a Status and
88-
StatusPage.io) provides easy set up status pages for monitoring application
89-
up time.</p>
90-
</li>
91-
<li>
92-
<p><a href="http://www.pagerduty.com/">PagerDuty</a> alerts a designated person or group
93-
if there are stability, performance, or uptime issues with an application.</p>
94-
</li>
95-
</ul>
9669
<h2>Open source monitoring projects</h2>
9770
<ul>
9871
<li>
@@ -129,6 +102,37 @@ <h2>Open source monitoring projects</h2>
129102
must be installed on the node collecting the data.</p>
130103
</li>
131104
</ul>
105+
<h2>Hosted monitoring services</h2>
106+
<ul>
107+
<li>
108+
<p><a href="http://newrelic.com/">New Relic</a>. Application and database monitoring as
109+
well as plug ins for capturing and analyzing additional data about tools in
110+
your stack.</p>
111+
</li>
112+
<li>
113+
<p><a href="http://copperegg.com/">CopperEgg</a> is lower-level monitoring on server and
114+
infrastructure. It's popular with DevOps shops that are making changes to
115+
their production environments and want immediate feedback on the results
116+
of those modifications.</p>
117+
</li>
118+
<li>
119+
<p><a href="http://status.io/">Status.io</a> focuses on uptime and response metrics
120+
transparency for web applications.</p>
121+
</li>
122+
<li>
123+
<p><a href="https://www.statuspage.io/">StatusPage.io</a> (yes, there's both a Status and
124+
StatusPage.io) provides easy set up status pages for monitoring application
125+
up time.</p>
126+
</li>
127+
<li>
128+
<p><a href="http://www.pagerduty.com/">PagerDuty</a> alerts a designated person or group
129+
if there are stability, performance, or uptime issues with an application.</p>
130+
</li>
131+
<li>
132+
<p><a href="https://appenlight.com/">App Enlight</a> provides performance, exception and
133+
error monitoring and is currently specific to Python web applications.</p>
134+
</li>
135+
</ul>
132136
<h2>Monitoring resources</h2>
133137
<ul>
134138
<li>

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

Lines changed: 24 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -49,27 +49,6 @@ application is read-heavy, write-heavy, or subject to rapid swings in traffic.
4949
5. Database querying performance
5050

5151

52-
## Hosted monitoring services
53-
* [New Relic](http://newrelic.com/). Application and database monitoring as
54-
well as plug ins for capturing and analyzing additional data about tools in
55-
your stack.
56-
57-
* [CopperEgg](http://copperegg.com/) is lower-level monitoring on server and
58-
infrastructure. It's popular with DevOps shops that are making changes to
59-
their production environments and want immediate feedback on the results
60-
of those modifications.
61-
62-
* [Status.io](http://status.io/) focuses on uptime and response metrics
63-
transparency for web applications.
64-
65-
* [StatusPage.io](https://www.statuspage.io/) (yes, there's both a Status and
66-
StatusPage.io) provides easy set up status pages for monitoring application
67-
up time.
68-
69-
* [PagerDuty](http://www.pagerduty.com/) alerts a designated person or group
70-
if there are stability, performance, or uptime issues with an application.
71-
72-
7352
## Open source monitoring projects
7453
* [statsd](https://github.com/etsy/statsd/) is a node.js network daemon that
7554
listens for metrics and aggregates them for transfer into another service
@@ -98,6 +77,30 @@ application is read-heavy, write-heavy, or subject to rapid swings in traffic.
9877
must be installed on the node collecting the data.
9978

10079

80+
## Hosted monitoring services
81+
* [New Relic](http://newrelic.com/). Application and database monitoring as
82+
well as plug ins for capturing and analyzing additional data about tools in
83+
your stack.
84+
85+
* [CopperEgg](http://copperegg.com/) is lower-level monitoring on server and
86+
infrastructure. It's popular with DevOps shops that are making changes to
87+
their production environments and want immediate feedback on the results
88+
of those modifications.
89+
90+
* [Status.io](http://status.io/) focuses on uptime and response metrics
91+
transparency for web applications.
92+
93+
* [StatusPage.io](https://www.statuspage.io/) (yes, there's both a Status and
94+
StatusPage.io) provides easy set up status pages for monitoring application
95+
up time.
96+
97+
* [PagerDuty](http://www.pagerduty.com/) alerts a designated person or group
98+
if there are stability, performance, or uptime issues with an application.
99+
100+
* [App Enlight](https://appenlight.com/) provides performance, exception and
101+
error monitoring and is currently specific to Python web applications.
102+
103+
101104
## Monitoring resources
102105
* [The Virtues of Monitoring](http://www.paperplanes.de/2011/1/5/the_virtues_of_monitoring.html)
103106

0 commit comments

Comments
 (0)