Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Wrapper around functions for setting newrelic appname ant transaction name

Notifications You must be signed in to change notification settings

kartenmacherei/kam-newrelic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#KAM-NEWRELIC build

This package encapsulate setting up application and transaction names for NewRelic agent

##USAGE $factory = new NewRelicFactory();

$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'

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

About

Wrapper around functions for setting newrelic appname ant transaction name

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages