aboutsummaryrefslogtreecommitdiffstats
path: root/docs/glossary.md
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-06-13 17:44:33 +0100
committerLouise Crow <louise.crow@gmail.com>2014-06-13 17:44:33 +0100
commitbba057806779cd6e2dd2f082ab5ceb81311eea1d (patch)
tree8c3601b3f4d919e40310fda3fc562f27a52a99cc /docs/glossary.md
parentee19c5087b7af49bad3e8d0aaa3455311aea0451 (diff)
parente268eb1335a3b4a0d20789c90114f1c12a1a44a9 (diff)
Merge branch 'gh-pages' of ssh://git.mysociety.org/data/git/public/alaveteli into gh-pages
Diffstat (limited to 'docs/glossary.md')
-rw-r--r--docs/glossary.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/glossary.md b/docs/glossary.md
index 8d2f815f9..13410bed2 100644
--- a/docs/glossary.md
+++ b/docs/glossary.md
@@ -25,6 +25,7 @@ Definitions
<li><a href="#foi">freedom of information</a></li>
<li><a href="#git">git</a></li>
<li><a href="#holding_pen">holding pen</a></li>
+ <li><a href="#newrelic">New Relic</a></li>
<li><a href="#mta">MTA</a></li>
<li><a href="#production">production site</a></li>
<li><a href="#publish">publish</a></li>
@@ -304,6 +305,34 @@ Definitions
</dd>
<dt>
+ <a name="newrelic">New Relic</a>
+ </dt>
+ <dd>
+ Alaveteli can use <strong>New Relic</strong>'s application monitoring tool to track the
+ performance of your <a href="#production" class="glossary">production site</a>. If enabled,
+ data from your application is gathered on the New Relic website, which you can inspect with
+ their visual tools. Basic use is free.
+ <div class="more-info">
+ <p>More information:</p>
+ <ul>
+ <li>
+ use the <code>agent_enabled:</code> setting in the
+ the <code>newrelic.yml</code> config file to enable the New Relic analytics.
+ See the <a href="{{ site.baseurl }}installing/manual_install">manual installation</a> instructions.
+ </li>
+ <li>
+ see also the New Relic Ruby Agent <a href="https://github.com/newrelic/rpm">github repo</a> and
+ <a href="https://docs.newrelic.com/docs/ruby/">documentation</a>
+ </li>
+ <li>
+ the <a href="http://newrelic.com">New Relic website</a>: if you've enabled the service,
+ you can log in to inspect the perfomance analytics
+ </li>
+ </ul>
+ </div>
+ </dd>
+
+ <dt>
<a name="production">production site</a> (also: live, production server)
</dt>
<dd>
@@ -448,6 +477,7 @@ Definitions
see <a href="http://en.wikibooks.org/wiki/Regular_Expressions"><em>Regular
Expressions</em> on wikibooks</a> for more information
</li>
+ </ul>
</div>
</dd>