Content-Length: 467734 | pFad | http://github.com/Rub3nC/fullstackpython.com/commit/2b6e01e16a9078c694b2851f15f838f562b62630

F1 update monitoring page · Rub3nC/fullstackpython.com@2b6e01e · GitHub
Skip to content

Commit 2b6e01e

Browse files
committed
update monitoring page
1 parent 625cb0d commit 2b6e01e

File tree

3 files changed

+38
-17
lines changed

3 files changed

+38
-17
lines changed

all.html

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10310,6 +10310,11 @@ <h2>Monitoring layers</h2>
1031010310
<h2>Open source monitoring projects</h2>
1031110311
<ul>
1031210312
<li>
10313+
<p><a href="https://github.com/getsentry/sentry">Sentry</a> started life as a
10314+
Python-only monitoring project but can now be used for any programming
10315+
language.</p>
10316+
</li>
10317+
<li>
1031310318
<p><a href="https://github.com/etsy/statsd/">statsd</a> is a node.js network daemon that
1031410319
listens for metrics and aggregates them for transfer into another service
1031510320
such as Graphite.</p>
@@ -10344,19 +10349,21 @@ <h2>Open source monitoring projects</h2>
1034410349
</li>
1034510350
</ul>
1034610351
<h2>Hosted monitoring services</h2>
10352+
<p>Hosted monitoring software takes away the burden of deploying and operating
10353+
the software yourself. However, hosted monitoring costs (often a significant
10354+
amount of) money and take your application's data out of your hands so
10355+
these services are not the right fit for every project.</p>
1034710356
<ul>
1034810357
<li>
10358+
<p><a href="https://sentry.io/welcome/">Sentry</a> is the hosted version of the open
10359+
source tool that is used to monetize and support further development.</p>
10360+
</li>
10361+
<li>
1034910362
<p><a href="http://newrelic.com/">New Relic</a>. Application and database monitoring as
1035010363
well as plug ins for capturing and analyzing additional data about tools in
1035110364
your stack.</p>
1035210365
</li>
1035310366
<li>
10354-
<p><a href="http://copperegg.com/">CopperEgg</a> is lower-level monitoring on server and
10355-
infrastructure. It's popular with DevOps shops that are making changes to
10356-
their production environments and want immediate feedback on the results
10357-
of those modifications.</p>
10358-
</li>
10359-
<li>
1036010367
<p><a href="http://status.io/">Status.io</a> focuses on uptime and response metrics
1036110368
transparency for web applications.</p>
1036210369
</li>

monitoring.html

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ <h2>Monitoring layers</h2>
7979
<h2>Open source monitoring projects</h2>
8080
<ul>
8181
<li>
82+
<p><a href="https://github.com/getsentry/sentry">Sentry</a> started life as a
83+
Python-only monitoring project but can now be used for any programming
84+
language.</p>
85+
</li>
86+
<li>
8287
<p><a href="https://github.com/etsy/statsd/">statsd</a> is a node.js network daemon that
8388
listens for metrics and aggregates them for transfer into another service
8489
such as Graphite.</p>
@@ -113,19 +118,21 @@ <h2>Open source monitoring projects</h2>
113118
</li>
114119
</ul>
115120
<h2>Hosted monitoring services</h2>
121+
<p>Hosted monitoring software takes away the burden of deploying and operating
122+
the software yourself. However, hosted monitoring costs (often a significant
123+
amount of) money and take your application's data out of your hands so
124+
these services are not the right fit for every project.</p>
116125
<ul>
117126
<li>
127+
<p><a href="https://sentry.io/welcome/">Sentry</a> is the hosted version of the open
128+
source tool that is used to monetize and support further development.</p>
129+
</li>
130+
<li>
118131
<p><a href="http://newrelic.com/">New Relic</a>. Application and database monitoring as
119132
well as plug ins for capturing and analyzing additional data about tools in
120133
your stack.</p>
121134
</li>
122135
<li>
123-
<p><a href="http://copperegg.com/">CopperEgg</a> is lower-level monitoring on server and
124-
infrastructure. It's popular with DevOps shops that are making changes to
125-
their production environments and want immediate feedback on the results
126-
of those modifications.</p>
127-
</li>
128-
<li>
129136
<p><a href="http://status.io/">Status.io</a> focuses on uptime and response metrics
130137
transparency for web applications.</p>
131138
</li>

source/content/pages/11-devops/02-monitoring.markdown

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ application is read-heavy, write-heavy, or subject to rapid swings in traffic.
5757

5858

5959
## Open source monitoring projects
60+
* [Sentry](https://github.com/getsentry/sentry) started life as a
61+
Python-only monitoring project but can now be used for any programming
62+
language.
63+
6064
* [statsd](https://github.com/etsy/statsd/) is a node.js network daemon that
6165
listens for metrics and aggregates them for transfer into another service
6266
such as Graphite.
@@ -85,15 +89,18 @@ application is read-heavy, write-heavy, or subject to rapid swings in traffic.
8589

8690

8791
## Hosted monitoring services
92+
Hosted monitoring software takes away the burden of deploying and operating
93+
the software yourself. However, hosted monitoring costs (often a significant
94+
amount of) money and take your application's data out of your hands so
95+
these services are not the right fit for every project.
96+
97+
* [Sentry](https://sentry.io/welcome/) is the hosted version of the open
98+
source tool that is used to monetize and support further development.
99+
88100
* [New Relic](http://newrelic.com/). Application and database monitoring as
89101
well as plug ins for capturing and analyzing additional data about tools in
90102
your stack.
91103

92-
* [CopperEgg](http://copperegg.com/) is lower-level monitoring on server and
93-
infrastructure. It's popular with DevOps shops that are making changes to
94-
their production environments and want immediate feedback on the results
95-
of those modifications.
96-
97104
* [Status.io](http://status.io/) focuses on uptime and response metrics
98105
transparency for web applications.
99106

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/Rub3nC/fullstackpython.com/commit/2b6e01e16a9078c694b2851f15f838f562b62630

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy