@@ -49,27 +49,6 @@ application is read-heavy, write-heavy, or subject to rapid swings in traffic.
49495 . 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