Skip to content
This repository has been archived by the owner on May 20, 2019. It is now read-only.

rolandinsh/smc_newrelic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gigaom New Relic

Contributors: misterbisson, zbtirrell, rolandinsh

Tags: monitoring, telemetry, server monitoring, performance monitoring, newrelic, new relic, Gigaom, rolandinsh, SimpleMediaCode, Umbrovskis

Requires at least: 3.5.1

Tested up to: 4.3.1

Stable tag: trunk

Configures New Relic to better track performance, errors, and uptime of WordPress sites, including multisite

Description

Supports both New Relic APM and Browser monitoring to give a clear picture of how your site performs both on the server and in the browser.

Application Performance Monitoring (APM)

Automatically detects if the APM extensions are installed on the server. If so, the plugin will start reporting into the New Relic account associated with the license key used when installing the extension.

There's no UI, but the plugin automatically sets the app name and other configuration values ideally for each request. The app name is based on the blog's name. User-facing and dashboard activity are reported as separate apps so you can set different QoS and alert settings for each. Even cron and admin-ajax activity are separated out for individual tracking.

Each blog in a multi-site installation is tracked separately, using the name of the blog as the app name.

Browser monitoring (RUM)

Real user monitoring (browser monitoring) is automatically enabled if the APM extension is active, but in situations where the APM extension can't be used, the plugin can still be used to track browser performance.

This mode requires some configuration:

  1. Get the tracking JavaScript from New Relic.
  2. Go to your WordPress dashboard -> Settings -> New Relic Settings and paste in the JavaScript
  3. Go to the New Relic dashboard to see your site reporting performance data!

The plugin extracts the configuration details from the JS and inserts them with a clean copy of the JS on each page (this cannot be used to inject arbitrary JS into the page).

Due to limitations of the Browser monitoring service/API, Browser-only monitoring does not include all the data or separate reporting of activity in separate apps as APM does.

Based on GigaOM

This plugin is on Github: https://github.com/gigaOM/go-newrelic

GigaOM version's Installation

  1. Install and activate New Relic's PHP agent, https://docs.newrelic.com/docs/php/new-relic-for-php#installation
  2. The web server should appear in New Relic's dashboard
  3. Download and activate this plugin from http://wordpress.org/plugins/go-newrelic/
  4. Go back to the New Relic dashboard and enjoy monitoring each WordPress blog (and different aspects of each blog)
  5. Follow the Gigaom engineering team at http://kitchen.gigaom.com and https://github.com/gigaom/

Screenshots

  1. New Relic application list, showing two blogs. Each WordPress blog is reported as four applications in New Relic to separate reader, writer, cron, and admin-ajax activity for better detail and fine-grained control.
  2. New Relic application overview, showing performance history for a single app.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages