Skip to content

Commit dee472e

Browse files
authored
Update feeding-metrics.html
Fixing graphite-project/graphite-web#1922
1 parent 333596a commit dee472e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

quick-start-guides/feeding-metrics.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h3>Application metrics with StatsD</h3>
5252

5353
<p>Tracking the performance of your application is a must. Without built-in telemetry, we're left to rely on low-level tracing tools. Thanks to tools like <a href="https://github.com/etsy/statsd">StatsD</a>, we can fire off asynchronous measurements from our apps without concern for blocking behavior or having to instrument our own collection and aggregation mechanisms.</p>
5454

55-
<p>Etsy released the original StatsD implementation <a href="https://codeascraft.com/2011/02/15/measure-anything-measure-everything/">back in 2011</a> as an open source metrics aggregator. Since then, a huge ecosystem of <a href="(https://github.com/etsy/statsd/wiki#client-implementations">language bindings</a> and <a href="https://github.com/etsy/statsd/wiki#server-implementations">competing server implementations</a> have grown up around it. With a few lines of code, anyone can instrument their application to fire off regular, non-blocking metrics to Graphite.</p>
55+
<p>Etsy released the original StatsD implementation <a href="https://codeascraft.com/2011/02/15/measure-anything-measure-everything/">back in 2011</a> as an open source metrics aggregator. Since then, a huge ecosystem of <a href="https://github.com/etsy/statsd/wiki#client-implementations">language bindings</a> and <a href="https://github.com/etsy/statsd/wiki#server-implementations">competing server implementations</a> have grown up around it. With a few lines of code, anyone can instrument their application to fire off regular, non-blocking metrics to Graphite.</p>
5656

5757
<pre>
5858
gem "statsd-ruby"
@@ -106,4 +106,4 @@ <h2>Install Graphite and Get Started</h2>
106106
<a class="btn btn--primary" href="https://graphite.readthedocs.io/en/latest/install.html" target="_blank">Install</a>
107107
</div>
108108
</div>
109-
</div>
109+
</div>

0 commit comments

Comments
 (0)