2017 © Pedro Peláez
 

library newrelicbundle

THIS REPO IS DEPRECATED: replaced by EkinoNewRelicBundle | This bundle adds support for NewRelic's named transactions to you Symfony2 project so that every controller and action is tracked separately and not everything under app.php. This also means you can start using the Key Transactions feature of NewRelic.

image

kunstmaan/newrelicbundle

THIS REPO IS DEPRECATED: replaced by EkinoNewRelicBundle | This bundle adds support for NewRelic's named transactions to you Symfony2 project so that every controller and action is tracked separately and not everything under app.php. This also means you can start using the Key Transactions feature of NewRelic.

  • Wednesday, February 26, 2014
  • by Kunstmaan
  • Repository
  • 0 Watchers
  • 0 Stars
  • 11,438 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 11 Versions
  • 0 % Grown

The README.md

KunstmaanNewRelicBundle

Build Status Total Downloads Latest Stable Version Analytics, (*1)

Are you tired to see /app.php as transaction in your NewRelic account? Good new then, the guys at NewRelic are planning to add Symfony2 support to their PHP extension but since there is no timeline for the release yet, i created this very small (4LOC) bundle that sets the transaction name to the controller and action. For example, you will now see /WelcomeController::indexAction. This also means you can start using the Key Transactions feature of NewRelic., (*2)

Installation?

Composer

composer.json, (*3)

    "require": {
        "kunstmaan/newrelicbundle": "*"
    },

AppKernel.php:, (*4)

    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Kunstmaan\NewRelicBundle\KunstmaanNewRelicBundle(),
            // ...
        );

deps

deps:, (*5)

[KunstmaanNewRelicBundle]
    git=https://github.com/Kunstmaan/KunstmaanNewRelicBundle.git
    target=/bundles/Kunstmaan/NewRelicBundle

AppKernel:, (*6)

    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Kunstmaan\NewRelicBundle\KunstmaanNewRelicBundle(),
            // ...
        );

autoload.php, (*7)

$loader->registerNamespaces(array(
    // ...
    'Kunstmaan'                         => __DIR__.'/../vendor/bundles',
    // ...
));

Multiple environments support

To enable NewRelic for a specific environment, add these lines to the config.yml file for the environment (ie. config_prod.yml) :, (*8)

kunstmaan_new_relic:
    enabled: true

Note that NewRelic is disabled by default., (*9)

The Versions

26/02 2014

dev-master

9999999-dev https://github.com/KunstmaanLegacy/KunstmaanNewRelicBundle

THIS REPO IS DEPRECATED: replaced by EkinoNewRelicBundle | This bundle adds support for NewRelic's named transactions to you Symfony2 project so that every controller and action is tracked separately and not everything under app.php. This also means you can start using the Key Transactions feature of NewRelic.

  Sources   Download

MIT

The Requires

 

saas deployment monitoring kunstmaan

09/12 2013

2.4.x-dev

2.4.9999999.9999999-dev https://github.com/Kunstmaan/KunstmaanNewRelicBundle

This bundle adds support for NewRelic's named transactions to you Symfony2 project so that every controller and action is tracked separately and not everything under app.php. This also means you can start using the Key Transactions feature of NewRelic.

  Sources   Download

MIT

The Requires

 

saas deployment monitoring kunstmaan

09/12 2013

v2.4.0

2.4.0.0 https://github.com/Kunstmaan/KunstmaanNewRelicBundle

This bundle adds support for NewRelic's named transactions to you Symfony2 project so that every controller and action is tracked separately and not everything under app.php. This also means you can start using the Key Transactions feature of NewRelic.

  Sources   Download

MIT

The Requires

 

saas deployment monitoring kunstmaan

12/08 2013

2.3.x-dev

2.3.9999999.9999999-dev https://github.com/Kunstmaan/KunstmaanNewRelicBundle

This bundle adds support for NewRelic's named transactions to you Symfony2 project so that every controller and action is tracked separately and not everything under app.php. This also means you can start using the Key Transactions feature of NewRelic.

  Sources   Download

MIT

The Requires

 

saas deployment monitoring

12/08 2013

v2.3

2.3.0.0 https://github.com/Kunstmaan/KunstmaanNewRelicBundle

This bundle adds support for NewRelic's named transactions to you Symfony2 project so that every controller and action is tracked separately and not everything under app.php. This also means you can start using the Key Transactions feature of NewRelic.

  Sources   Download

MIT

The Requires

 

saas deployment monitoring

08/03 2013

dev-feature/symf22

dev-feature/symf22 https://github.com/Kunstmaan/KunstmaanNewRelicBundle

This bundle adds support for NewRelic's named transactions to you Symfony2 project so that every controller and action is tracked separately and not everything under app.php. This also means you can start using the Key Transactions feature of NewRelic.

  Sources   Download

MIT

The Requires

 

saas deployment monitoring

23/01 2013

2.2.x-dev

2.2.9999999.9999999-dev https://github.com/Kunstmaan/KunstmaanNewRelicBundle

This bundle adds support for NewRelic's named transactions to you Symfony2 project so that every controller and action is tracked separately and not everything under app.php. This also means you can start using the Key Transactions feature of NewRelic.

  Sources   Download

MIT

The Requires

 

saas deployment monitoring

23/01 2013

v2.2

2.2.0.0 https://github.com/Kunstmaan/KunstmaanNewRelicBundle

This bundle adds support for NewRelic's named transactions to you Symfony2 project so that every controller and action is tracked separately and not everything under app.php. This also means you can start using the Key Transactions feature of NewRelic.

  Sources   Download

MIT

The Requires

 

saas deployment monitoring

26/11 2012

2.1.x-dev

2.1.9999999.9999999-dev http://www.kunstmaan.be

Some useful code for integrating with NewRelic

  Sources   Download

MIT

The Requires

 

saas deployment monitoring

26/11 2012

v2.1

2.1.0.0 http://www.kunstmaan.be

Some useful code for integrating with NewRelic

  Sources   Download

MIT

The Requires

 

saas deployment monitoring

06/11 2012

0.1

0.1.0.0 http://www.kunstmaan.be

Some useful code for integrating with NewRelic

  Sources   Download

MIT

The Requires

 

saas deployment monitoring