webbuilders-group / silverstripe-new-relic
Provides improved naming of transactions, error reporting and general tracking for SilverStripe site's on servers with the New Relic PHP Agent installed. As well as an overview of the Site's Performance.
Installs: 22 754
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 2
Open Issues: 0
Language:JavaScript
Type:silverstripe-vendormodule
Requires
- guzzlehttp/guzzle: ~7.2
- silverstripe/admin: ~1.0|~2.0
- silverstripe/framework: ~4.0|~5.0
README
Provides improved naming of transactions, error reporting and general tracking for SilverStripe site's on servers with the New Relic PHP Agent installed. It also surfaces an overview of information to the CMS such as Server Response Time, Visitor Load Time, Throughput, Apdex Score (Server and Visitor) as well as the Error Rate.
Maintainer Contact
- Ed Chipman (UndefinedOffset)
Requirements
- SilverStripe Framework 4.0+|5.0+
- New Relic for PHP
Installation
Composer (recommended):
composer require webbuilders-group/silverstripe-new-relic
Configuration
The configuration for the module can be found here though most of the module will work out of the box provided the New Relic PHP Agent and extension is loaded. In order to get the CMS "Site Performance" section working you must configure the WebbuildersGroup\NewRelic\Core\Admin\NewRelicPerformanceReport.application_id
and WebbuildersGroup\NewRelic\Core\Admin\NewRelicPerformanceReport.api_key
options.
Admin Section
This module provices a high level overview for the CMS user of some of the less technical analytics that New Relic collects. Graphs displayed are the server response time, visitor load time, throughput (server and visitor), Apdex Score (server and visitor) and the server error rate. The interface uses visitor over browser for defining the client site performance to simplify it for CMS users. The data displayed is over a period of the last 30 minutes. The data refreshes every 5 minutes by default, see the configuration documentation for more information. If you want to disable this section simply add the following to your _config.php.
CMSMenu::remove_menu_item('WebbuildersGroup-NewRelic-Core-Admin-NewRelicPerformanceReport');