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: 21 346

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 3

Forks: 2

Open Issues: 0

Language:JavaScript

Type:silverstripe-vendormodule

2.2.0 2023-07-05 17:31 UTC

This package is auto-updated.

Last update: 2024-03-19 13:19:31 UTC


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

Requirements

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');

admin ui