You are here

README.txt in New Relic 8

Same filename and directory in other branches
  1. 2.x README.txt
  2. 2.0.x README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Recommended Modules
 * Installation
 * Settings
 * Reporting


INTRODUCTION
------------

New Relic is an excellent tool for improving and monitoring your Drupal
installation.

 * For information and the ability to sign up for a free trial of the New Relic
   Pro service, visit:
   http://newrelic.com

 * For instructions on how to install the New Relic PHP extension and the
   reporting daemon, visit:
   https://newrelic.com/docs/php/new-relic-for-php

Note: This module was formerly titled "New Relic RPM Integration". The term
"RPM" for New Relic is dated.


INSTALLATION
------------

 * Install as you would normally install a contributed Drupal module.
   Immediately after the installation is complete, the module will check
   for PHP functions made available by the New Relic PHP agent. If these
   functions are not available, the module will automatically de-install itself.

 * New Relic must already be installed and running before the functionality
   provided by this module can be used. If you need to install New Relic on your
   own servers, see: https://newrelic.com/docs/php/new-relic-for-php
   for further information.


SETTINGS
---------

 * The page at admin/config/development/new-relic-rpm provides basic module
   settings.

 * Cron - You have 3 options regarding cron.
   1    Instruct APM to ignore cron tasks completely and not report
        on them.
   2    Mark cron tasks as background tasks.
   3    Track cron tasks the same as any other URL in your application.

 * Drush - You have 3 options regarding drush.
   1    Instruct New Relic to ignore drush executions completely and not report
        on them.
   2    Mark drush executions as background tasks.
   3    Track drush exeuctions the same as any other URL in your application.

 * Module Install/Uninstall - APM allows you to create 'deployments', which are
   essentially markers where you tell New Relic you have made changes to your
   site. New Relic will then allow you to compare a variety of metrics before
   and after the deployment. Enabling this setting will automatically create a
   deployment each time you enable or disable a module. A deployment changelog
   entry is made noting which modules you enabled and/or disabled.

 * Ignore URLs - Enter a list of URLs you wish New Relic to ignore and not
   report on. Use standard Drupal URL listing syntax.

 * Background URLs - Enter a list of URLs you wish New Relic to consider as
   background tasks. Use standard Drupal URL listing syntax.

 * Exclusive URLs - Entering a list of URLs you wish New Relic to only track,
   ignoring all other URLs.
   If URLs are entered, Ignore URLs and Background URLs are ignored.
   Your selection for cron functionality is unaffected by this setting.

 * API Key - Enter your New Relic API key here. This is necessary for reporting
   and deployment tracking functionality.

 * Forward watchdog messages - Configure which watchdog severities are reported
   to New Relic as errors.
   The New Relic error logging does not provide severities, so everything will
   be reported as an error.

 * Override exception handler - If enabled, the module replaces the default
   exception handler, which allows reporting the correct backtrace of uncatched
   exceptions.

 * Disable AutoRUM - Disables the automatic browser tracking inserted by a
   New Relic APM transaction.


MAINTAINERS
-----------

Current maintainers:
 * Chris Charlton - https://www.drupal.org/u/chris-charlton
 * Nathan ter Bogt - https://www.drupal.org/u/nterbogt
 * James Gilliland - https://www.drupal.org/u/neclimdul
 * Joseph Flatt - https://www.drupal.org/u/hosef
 * Sascha Grossenbacher - https://www.drupal.org/u/berdir

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Recommended Modules
  5. * Installation
  6. * Settings
  7. * Reporting
  8. INTRODUCTION
  9. ------------
  10. New Relic is an excellent tool for improving and monitoring your Drupal
  11. installation.
  12. * For information and the ability to sign up for a free trial of the New Relic
  13. Pro service, visit:
  14. http://newrelic.com
  15. * For instructions on how to install the New Relic PHP extension and the
  16. reporting daemon, visit:
  17. https://newrelic.com/docs/php/new-relic-for-php
  18. Note: This module was formerly titled "New Relic RPM Integration". The term
  19. "RPM" for New Relic is dated.
  20. INSTALLATION
  21. ------------
  22. * Install as you would normally install a contributed Drupal module.
  23. Immediately after the installation is complete, the module will check
  24. for PHP functions made available by the New Relic PHP agent. If these
  25. functions are not available, the module will automatically de-install itself.
  26. * New Relic must already be installed and running before the functionality
  27. provided by this module can be used. If you need to install New Relic on your
  28. own servers, see: https://newrelic.com/docs/php/new-relic-for-php
  29. for further information.
  30. SETTINGS
  31. ---------
  32. * The page at admin/config/development/new-relic-rpm provides basic module
  33. settings.
  34. * Cron - You have 3 options regarding cron.
  35. 1 Instruct APM to ignore cron tasks completely and not report
  36. on them.
  37. 2 Mark cron tasks as background tasks.
  38. 3 Track cron tasks the same as any other URL in your application.
  39. * Drush - You have 3 options regarding drush.
  40. 1 Instruct New Relic to ignore drush executions completely and not report
  41. on them.
  42. 2 Mark drush executions as background tasks.
  43. 3 Track drush exeuctions the same as any other URL in your application.
  44. * Module Install/Uninstall - APM allows you to create 'deployments', which are
  45. essentially markers where you tell New Relic you have made changes to your
  46. site. New Relic will then allow you to compare a variety of metrics before
  47. and after the deployment. Enabling this setting will automatically create a
  48. deployment each time you enable or disable a module. A deployment changelog
  49. entry is made noting which modules you enabled and/or disabled.
  50. * Ignore URLs - Enter a list of URLs you wish New Relic to ignore and not
  51. report on. Use standard Drupal URL listing syntax.
  52. * Background URLs - Enter a list of URLs you wish New Relic to consider as
  53. background tasks. Use standard Drupal URL listing syntax.
  54. * Exclusive URLs - Entering a list of URLs you wish New Relic to only track,
  55. ignoring all other URLs.
  56. If URLs are entered, Ignore URLs and Background URLs are ignored.
  57. Your selection for cron functionality is unaffected by this setting.
  58. * API Key - Enter your New Relic API key here. This is necessary for reporting
  59. and deployment tracking functionality.
  60. * Forward watchdog messages - Configure which watchdog severities are reported
  61. to New Relic as errors.
  62. The New Relic error logging does not provide severities, so everything will
  63. be reported as an error.
  64. * Override exception handler - If enabled, the module replaces the default
  65. exception handler, which allows reporting the correct backtrace of uncatched
  66. exceptions.
  67. * Disable AutoRUM - Disables the automatic browser tracking inserted by a
  68. New Relic APM transaction.
  69. MAINTAINERS
  70. -----------
  71. Current maintainers:
  72. * Chris Charlton - https://www.drupal.org/u/chris-charlton
  73. * Nathan ter Bogt - https://www.drupal.org/u/nterbogt
  74. * James Gilliland - https://www.drupal.org/u/neclimdul
  75. * Joseph Flatt - https://www.drupal.org/u/hosef
  76. * Sascha Grossenbacher - https://www.drupal.org/u/berdir