2017 © Pedro Peláez
 

library kam-newrelic

Wrapper around functions for setting newrelic appname ant transaction name

image

kartenmacherei/kam-newrelic

Wrapper around functions for setting newrelic appname ant transaction name

  • Thursday, July 26, 2018
  • by belanur
  • Repository
  • 4 Watchers
  • 0 Stars
  • 21 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

KAM-NEWRELIC

build, (*1)

This package encapsulate setting up application and transaction names for NewRelic agent, (*2)

USAGE

$factory = new NewRelicFactory();, (*3)

$agent = $factory->createNewRelicAgent('app'); //php.ini config newrelic.appname will be overridden with 'app' $agent->nameTransaction('some-transaction-name'); //new relic transaction will be 'some-transaction-name', (*4)

$voidAgent = $factory->createVoidNewRelicAgent('app without newrelic extension'); $voidAgent->nameTransaction('some-transaction-name');, (*5)

The Versions

26/07 2018

dev-master

9999999-dev https://github.com/kartenmacherei/kam-newrelic

Wrapper around functions for setting newrelic appname ant transaction name

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

The Development Requires

by Mihailo Gajic

newrelic transaction

26/07 2018

1.0.0

1.0.0.0 https://github.com/kartenmacherei/kam-newrelic

Wrapper around functions for setting newrelic appname ant transaction name

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

The Development Requires

by Mihailo Gajic

newrelic transaction