Skip to content

Commit

Permalink
Updates to release notes for 4.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Jun 8, 2014
1 parent a8ad944 commit db1f0f7
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions docs/release-notes/version-4.2.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ binary for version 3.X on Windows instead.
New Features
------------

1. Added ``apache.scoreboard()`` function which provides access to a
1. Added ``mod_wsgi.server_metrics()`` function which provides access to a
dictionary of data derived from the Apache worker scoreboard. In effect this
provides access to the same information that is used to create the Apache
server status page.
Expand All @@ -33,10 +33,14 @@ directive is not also set to ``On``.
Although ``mod_status`` needs to be loaded, it is not necessary to enable
any URL to expose the server status page.

2. Added a platform plugin for New Relic which will report server status
information up to New Relic if the ``--with-newrelic`` option is supplied
when running mod_wsgi express.
2. Added support for a platform plugin for New Relic to ``mod_wsgi-express``
which will report server status information up to New Relic if the
``--with-newrelic`` option is supplied when running mod_wsgi express.

That same agent also enables the New Relic Python agent. If you only want
That same option also enables the New Relic Python agent. If you only want
one or the other, you can instead use the ``--with-newrelic-agent`` and
``--with-newrelic-platform`` options.

The feature of ``mod_wsgi-express`` for reporting data up to the New Relic
Platform is dependent upon the separate ``mod_wsgi-metrics`` package being
installed.

0 comments on commit db1f0f7

Please sign in to comment.